MCP server for chat message summarization
Top 37.7% on sourcepulse
This project provides a server to query and summarize chat messages, targeting users who want to analyze their conversation history. It allows for querying messages with specific parameters and generating summaries based on prompts.
How It Works
The server acts as a backend for chat applications, likely integrating with clients like Claude Desktop. It reads chat data from a SQLite database (chat.db
) and uses provided prompts to filter and summarize messages. The architecture relies on Node.js and pnpm for package management and building.
Quick Start & Requirements
pnpm install
pnpm build
pnpm watch
pnpm inspector
claude_desktop_config.json
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
8 months ago
Inactive