
Mcp Server Chatsum
@chatmcp
About Mcp Server Chatsum
Query and Summarize your chat messages.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-chatsum": {
"command": "path-to/bin/node",
"args": [
"path-to/mcp-server-chatsum/build/index.js"
],
"env": {
"CHAT_DB_PATH": "path-to/mcp-server-chatsum/chatbot/data/chat.db"
}
}
}
}Tools
1Query chat messages
Overview
What is Mcp Server Chatsum?
Mcp Server Chatsum is an MCP server that summarizes your chat messages. It works with an associated chatbot database to query and summarize saved conversations, integrating with Claude Desktop as an MCP tool.
How to use Mcp Server Chatsum?
First, set up the chat database by following the instructions in the chatbot directory. Then create a .env file with the CHAT_DB_PATH variable pointing to the database. Install dependencies with pnpm install, build with pnpm build, and add the server configuration to Claude Desktop’s claude_desktop_config.json. Use the query_chat_messages tool to query or summarize messages.
Key features of Mcp Server Chatsum
- Summarize chat messages based on query prompts
- Query chat messages with given parameters
- Integrates with local SQLite chat database
- Supports Claude Desktop via MCP configuration
- Provides debugging through MCP Inspector
Use cases of Mcp Server Chatsum
- Summarize recent conversations from stored chat logs
- Query specific chat messages for context retrieval
- Provide chat summaries to AI assistants like Claude
FAQ from Mcp Server Chatsum
What runtime does Mcp Server Chatsum require?
The server requires Node.js (path to node binary) and pnpm for building and development.
How do I set up the chat database?
Move to the chatbot directory, follow its README to initialize the database, then set the CHAT_DB_PATH environment variable to the location of chat.db.
How do I configure Mcp Server Chatsum with Claude Desktop?
Add a server entry in claude_desktop_config.json with command set to Node, args pointing to build/index.js, and env including CHAT_DB_PATH.
Where are my chat messages stored?
Chat messages are stored in a SQLite database file at the path specified by CHAT_DB_PATH, typically under chatbot/data/chat.db.
How can I debug the server?
Use the MCP Inspector by running pnpm inspector, which provides a URL for debugging tools in your browser.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Servers
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcoco不止于 CSS
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments