MCP Directory

chatmcp/mcp-server-chatsum

GitHub
Productivity

Query and summarize your chat messages with AI prompts.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-server-chatsum

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from chatmcp/mcp-server-chatsum your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-server-chatsum": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-chatsum"
      ]
    }
  }
}

Route chatmcp/mcp-server-chatsum intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-server-chatsum

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use chatmcp/mcp-server-chatsum directly without routing

npx -y mcp-server-chatsum

New to Agent-CoreX? View setup guide →

chatmcp/mcp-server-chatsum MCP Server — Agent-CoreX