chatmcp_mcp_server_chatsum

chatmcp_mcp_server_chatsum

by chatmcp
An MCP server designed to query and summarize chat messages for efficient analysis and review.

Chat Message Summarization with MCP Server

Preview

Overview

The MCP Server Chat Summarization tool is designed to help users query and summarize their chat messages efficiently. It integrates seamlessly with chat databases and provides powerful summarization capabilities based on user-defined prompts.

Features

Resources

  • Chat Database Integration: Easily connect and query chat messages from your database.
  • Summarization: Generate concise summaries of chat conversations based on specific prompts.

Tools

  • query_chat_messages:
  • Query chat messages with given parameters.
  • Summarize chat messages based on the query prompt.

Configuration

Environment Setup

  1. Create a .env file in the root directory and set your chat database path:

env CHAT_DB_PATH=path-to/chatbot/data/chat.db

  1. Install dependencies:

shell pnpm install

  1. Build the server:

shell pnpm build

  1. For development with auto-rebuild:

shell pnpm watch

Integration with Claude Desktop

To use with Claude Desktop, add the server config:

  • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %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"
      }
    }
  }
}

Usage

Querying Chat Messages

Use the query_chat_messages tool to query and summarize your chat messages. Define your prompts to get the most relevant summaries.

Debugging

Debugging MCP servers can be challenging due to stdio communication. Use the MCP Inspector for easier debugging:

pnpm inspector

The Inspector provides a URL to access debugging tools in your browser.

Community

About the Author

About

Query and summarize your chat messages with ease. For more information, visit mcp.so.

Topics

Resources

Stars

838 stars

Watchers

8 watching

Forks

79 forks

Languages

  • TypeScript 84.6%
  • JavaScript 15.4%

Features & Capabilities

Categories
mcp_server model_context_protocol typescript javascript chatbot search api_integration debugging

Implementation Details

Stats

0 Views
843 GitHub Stars

Repository Info

chatmcp Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300