Price Per TokenPrice Per Token

Chatsum MCP Server

by chatmcp

0

About

Chatsum is an MCP server that enables querying and summarizing chat message history from a local SQLite database. Key features of Chatsum: - Query chat messages using custom parameters to retrieve specific conversations or time periods. - Summarize chat conversations based on natural language prompts. - Works with a chatbot component that stores messages in a local database for later analysis. - Configurable database path to connect to your chat history storage.

README

mcp-server-chatsum

This MCP Server is used to summarize your chat messages.

中文说明

> Before you start > > move to chatbot directory, follow the README 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.

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

    2. Install dependencies:

    pnpm install
    

    Build the server:

    pnpm build
    

    For development with auto-rebuild:

    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/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"
          }
        }
      }
    }
    

    Debugging

    Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

    pnpm inspector
    

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

    Community

  • MCP Server Telegram
  • MCP Server Discord
  • About the author

  • idoubi
  • Related MCP Servers

    AI Research Assistant

    AI Research Assistant

    hamid-vakilzadeh

    AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

    Web & Search
    12 8
    Saju Insights

    Saju Insights

    hjsh200219

    Saju Insights provides personalized Korean traditional Four Pillars of Destiny (Saju) fortune-telling based on birth data. It calculates destiny charts using the eight characters (four heavenly stems and four earthly branches) derived from birth year, month, day, and hour. Key capabilities include: - Birth chart calculation with automatic True Solar Time adjustment (Jintaeyangsi -30min correction) - Fortune analysis covering personality, career, wealth, health, and love prospects - Relationship compatibility analysis comparing two people's Saju charts - 10-year luck cycle (Daewon) predictions for long-term planning - Yongsin (favorable element) guidance on lucky colors, directions, and career paths - Lunar-solar calendar conversion supporting 1900-2200 with leap month handling - Daily fortune readings and seasonal power calculations - Multiple interpretation schools including Ziping, DTS, and modern methodologies

    Entertainment
    7 11
    Arch Linux [ Not Updated ]

    Arch Linux [ Not Updated ]

    nihalxkumar

    Arch Linux MCP Server connects AI assistants to the Arch Linux ecosystem, enabling intelligent access to the Arch Wiki, AUR (Arch User Repository), and official package repositories. Key features: - Search and retrieve Arch Wiki documentation in markdown format via `archwiki://` URIs - Query package details from official repositories (`archrepo://`) and AUR (`aur://*/info`) - Analyze PKGBUILDs with built-in safety checks before installation (`aur://*/pkgbuild`) - Access system package state on Arch systems including installed packages, orphans, explicit packages, and package groups - Works on both Arch and non-Arch systems for documentation lookup and package research - Guided workflows for safe AUR installations and system troubleshooting

    Developer Tools
    41 25