chatmcp/mcp-server-chatsum
Query and Summarize your chat messages.
Overview
chatmcp/mcp-server-chatsum is a TypeScript MCP server. Query and Summarize your chat messages. Topics: chatbot, mcp-server, chatsum.
Ranked #17710 out of 25632 indexed tools.
Has 1,036 GitHub stars.
Ecosystem
TypeScript No license
chatbotmcp-serverchatsum
Signal Breakdown
Stars 1,036
Freshness 1y ago
Issue Health 0%
Contributors 1
Dependents 0
Forks 101
Description Brief
License None
How to Improve
Description low impact
License low impact
Freshness high impact
Matched Queries
From the README
# mcp-server-chatsum This MCP Server is used to summarize your chat messages. [中文说明](README_CN.md) > **Before you start** > > move to [chatbot](./chatbot) directory, follow the [README](./chatbot/README.md) to setup the chat database. > > start chatbot to save your chat messages. ## Features ### Resources ### Tools - `query_chat_messages` - Query chat messages - Query chat messages with given parameters - Summarize chat messages based on the query prompt ### Prompts ## Development 1. Set up environment variables: create `.env` file in the root directory, and set your chat database path. ```txt CHAT_DB_PATH=path-to/chatbot/data/chat.db ``` 2. Install dependencies: ```bash pnpm install ``` Build the server: ```bash pnpm build ``` For development with auto-rebuild: ```bash pnpm watch ``` ## Installation To use with Claude Desktop, add the server config: On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json` On Windows: `%APPDATA%/Claude/claudeRead full README on GitHub →
Are you the maintainer? Claim this listing