
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...
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
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.
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 Discord MCP Server bridges AI assistants with Discord, enabling automated server management, message automation, and integration with external APIs via the ...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.