mcp-server-chatsum

chatmcp/mcp-server-chatsum
★ 1,036 stars TypeScript 🗄️ Database Updated 1mo ago
Query and Summarize your chat messages.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-chatsum": {
      "command": "npx",
      "args": [
        "-y",
        "chatmcp/mcp-server-chatsum"
      ]
    }
  }
}

README Excerpt

This MCP Server is used to summarize your chat messages. > **Before you start** > > move to [chatbot](./chatbot) directory, follow the [README](./chatbot/README.md) to setup the chat database. > > start chatbot to save your chat messages. - `query_chat_messages` - Query chat messages - Query chat messages with given parameters

Tools (1)

query_chat_messages

Topics

chatbotchatsummcp-server