Back to Apps

ChatSum
by chatmcp
Query and summarize your chat messages from a local SQLite database.
0 stars
Works in:claude
Exposes:Tools
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
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json with CHAT_DB_PATH env var.





