
Mcp Server Chatsum
@chatmcp
关于 Mcp Server Chatsum
Query and Summarize your chat messages.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
1Query chat messages
概览
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.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论