
Chat MCP Server
Chat MCP is a cross-platform desktop chat application that leverages the Model Context Protocol (MCP) to interface with various Large Language Models (LLMs). It...
Chatsum MCP Server lets your AI agents summarize and search chat histories, surfacing key insights and conversation highlights directly within your FlowHunt flows.
The Chatsum MCP (Model Context Protocol) Server is designed to enable AI assistants to query and summarize chat messages from a user’s chat database. By acting as a bridge between AI agents and stored chat histories, Chatsum MCP Server enhances development workflows by allowing large language models (LLMs) to efficiently retrieve and condense relevant chat data. This makes it possible for developers and end-users to surface insights, track conversations, or gather summaries from vast message logs directly within their preferred AI tools or platforms. The server facilitates tasks such as querying specific messages based on parameters and generating concise summaries, thereby streamlining the process of managing and understanding chat data.
No prompt templates are mentioned in the available repository documentation.
No explicit MCP “resources” are described in the available documentation or code.
No setup instructions found for Windsurf.
chatbot
directory.~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
{
"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"
}
}
}
}
Set secrets like database paths using the env
field in your JSON config:
"env": {
"CHAT_DB_PATH": "path-to/mcp-server-chatsum/chatbot/data/chat.db"
}
No setup instructions found for Cursor.
No setup instructions found for Cline.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"chatsum": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “chatsum” to whatever the actual name of your MCP server is (e.g., “github-mcp”, “weather-api”, etc.) and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Summarization & querying of chat messages |
List of Prompts | ⛔ | None found |
List of Resources | ⛔ | None found |
List of Tools | ✅ | query_chat_messages |
Securing API Keys | ✅ | Via JSON env field |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available information, the Chatsum MCP Server provides a specific, well-implemented tool for chat querying and summarization, but lacks documentation on prompt templates, MCP resources, and broader platform setup support. This makes it a focused but somewhat limited MCP server for general workflows.
Has a LICENSE | ⛔ |
---|---|
Has at least one tool | ✅ |
Number of Forks | 97 |
Number of Stars | 981 |
Rating: 5/10
The Chatsum MCP Server offers a clearly defined tool for chat summarization and querying with good adoption (stars/forks), but lacks thorough documentation, resource exposure, and broader prompt/template support, limiting its versatility in MCP contexts.
The Chatsum MCP Server allows AI agents to query and summarize chat messages from a user's chat database, making it easy to extract insights and manage large volumes of conversation data within your workflows.
Chatsum MCP Server provides the `query_chat_messages` tool, which enables querying chat messages using parameters and generating concise summaries based on those queries.
Add the MCP component to your flow, then configure the Chatsum MCP server in the system MCP configuration section using the correct JSON format and your server URL. The AI agent will then have access to all Chatsum MCP functionalities.
No prompt templates or additional MCP resources are currently documented for the Chatsum MCP Server.
Set the database path using the `env` field in your MCP server's configuration JSON to keep secrets and sensitive information secure.
Chatsum MCP is ideal for chat history summarization, conversation search and analytics, AI-powered chat insights, and integration with personal or team AI assistants for context-aware responses.
Empower your AI assistants to summarize and analyze chat histories. Connect the Chatsum MCP Server to streamline your workflows with advanced chat data insights.
Chat MCP is a cross-platform desktop chat application that leverages the Model Context Protocol (MCP) to interface with various Large Language Models (LLMs). It...
The any-chat-completions-mcp MCP Server connects FlowHunt and other tools to any OpenAI SDK-compatible Chat Completion API. It enables seamless integration of m...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...