
ChatSum
by chatmcp
Query and summarize your chat messages from a local SQLite database.
What it does
ChatSum connects your AI to your personal chat history, allowing the LLM to query specific conversations or generate summaries of your messaging logs. It integrates with a local chatbot database to provide context-aware retrieval of past interactions.
Tools
query_chat_messages: Search through chat messages using specific parameters and generate summaries based on a provided prompt.
Installation
To use with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-chatsum": {
"command": "node",
"args": ["/path/to/mcp-server-chatsum/build/index.js"],
"env": {
"CHAT_DB_PATH": "/path/to/chatbot/data/chat.db"
}
}
}
}
Supported hosts
- claude
Quick install
npm install -g mcp-server-chatsumInformation
- Pricing
- free
- Published
- 4/19/2026
- stars






