.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/chatmcp/mcp-server-chatsum
home/mcp-servers/chatmcp/mcp-server-chatsum
chatmcp avatar

mcp-server-chatsum

bychatmcp· 3 MCP servers

Stars

1.0k

Forks

100

Category

Productivity & Workflow

View on GitHub

TL;DR

This MCP Server is used to summarize your chat messages.

How to install mcp-server-chatsum?

chatmcp/mcp-server-chatsum
$git clone https://github.com/chatmcp/mcp-server-chatsum

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mcp-server-chatsum by running `git clone https://github.com/chatmcp/mcp-server-chatsum`, then use it for the current task and follow its documentation at https://github.com/chatmcp/mcp-server-chatsum.

Files · 1

View on GitHub
README.md
1# mcp-server-chatsum
2 
3This MCP Server is used to summarize your chat messages.
4 
5[中文说明](README_CN.md)
6 
7![preview](./preview.png)
8 
9> **Before you start**
10>
11> move to [chatbot](./chatbot) directory, follow the [README](./chatbot/README.md) to setup the chat database.
12>
13> start chatbot to save your chat messages.
14 
15## Features
16 
17### Resources
18 
19### Tools
20 
21- `query_chat_messages` - Query chat messages
22 - Query chat messages with given parameters
23 - Summarize chat messages based on the query prompt
24 
25### Prompts
26 
27## Development
28 
291. Set up environment variables:
30 
31create `.env` file in the root directory, and set your chat database path.
32 
33```txt
34CHAT_DB_PATH=path-to/chatbot/data/chat.db
35```
36 
372. Install dependencies:
38 
39```bash
40pnpm install
41```
42 
43Build the server:
44 
45```bash
46pnpm build
47```
48 
49For development with auto-rebuild:
50 
51```bash
52pnpm watch
53```
54 
55## Installation
56 
57To use with Claude Desktop, add the server config:
58 
59On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
60On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
61 
62```json
63{
64 "mcpServers": {
65 "mcp-server-chatsum": {
66 "command": "path-to/bin/node",
67 "args": ["path-to/mcp-server-chatsum/build/index.js"],
68 "env": {
69 "CHAT_DB_PATH": "path-to/mcp-server-chatsum/chatbot/data/chat.db"
70 }
71 }
72 }
73}
74```
75 
76### Debugging
77 
78Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script:
79 
80```bash
81pnpm inspector
82```
83 
84The Inspector will provide a URL to access debugging tools in your browser.
85 
86## Community
87 
88- [MCP Server Telegram](https://t.me/+N0gv4O9SXio2YWU1)
89- [MCP Server Discord](https://discord.gg/RsYPRrnyqg)
90 
91## About the author
92 
93- [idoubi](https://bento.me/idoubi)

Preview

chatmcp/mcp-server-chatsumchatmcp/mcp-server-chatsum

# mcp-server-chatsum

This MCP Server is used to summarize your chat messages.

[中文说明](README_CN.md)

![preview](./preview.png)

Repochatmcp/mcp-server-chatsum
TypeMCP Servers
CategoryProductivity & Workflow
UpdatedDec 2024
License—
First seenJul 27, 2026

Tags

MCPchatbotchatsum

Related

6 picks
Type
  1. homeassistant-ai avatarha-mcpComprehensive Model Context Protocol server for managing Home Assistant through AI assistants.MCP ServersJul 2026351k4.1k
  2. taylorwilsdon avatargoogle_workspace_mcpGoogle Workspace MCP server for Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Chat.MCP ServersJul 2026129k2.9k
  3. basicmachines-co avatarbasic-memoryLocal-first knowledge management with bi-directional LLM sync via Markdown files.MCP ServersJul 202644k3.5k
  4. mbailey avatarvoicemodeNatural voice conversations for AI assistants - STT/TTS via MCPMCP ServersJul 202638k1.3k
  5. githejie avatarmcp-server-calculatorA Model Context Protocol server for calculatingMCP ServersMay 202524k153
  6. codefuturist avataremail-mcpIMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage.MCP ServersMay 202622k83