概要
What is mcp-server-chatsum?
mcp-server-chatsum is an MCP server that summarizes your chat messages. It queries a chat database and can summarize based on a query prompt. It is for users who want to analyze and summarize saved chat conversations.
How to use mcp-server-chatsum?
First, move to the chatbot directory and follow its README to set up the chat database, then start the chatbot to save messages. Configure the server in Claude Desktop by adding a JSON entry with the CHAT_DB_PATH environment variable set to the database file. After installation, the server provides a query_chat_messages tool to query and summarize chats.
Key features of mcp-server-chatsum
- Query chat messages with given parameters
- Summarize chat messages based on the query prompt
- Integrates with the chatbot’s SQLite database
Use cases of mcp-server-chatsum
- Summarizing recent conversations from a chat log
- Extracting key topics from chat history
- Analyzing chat message patterns over time
FAQ from mcp-server-chatsum
What does mcp-server-chatsum do?
It queries and summarizes chat messages stored in a chatbot database.
How do I set up the chat database?
Move to the chatbot directory and follow the README there to configure and start the chatbot, which will save chat messages.
How do I install mcp-server-chatsum for Claude Desktop?
Add the server configuration to the Claude Desktop config file with the command, args, and env fields, setting CHAT_DB_PATH to the database file.
What tools does mcp-server-chatsum provide?
It provides one tool: query_chat_messages, which can query and summarize chat messages.
What dependencies are required?
Node.js, pnpm (for development/build), and a properly set up chatbot database.