All servers

mcp-server-chatsum

TypeScript

chatmcp

Query and Summarize your chat messages.

1,029Pushed 12/4/2024View on GitHub
71

Score Breakdown

Authentication25/30
Static Analysis25/25
Dependencies20/20
Behavior0/15
Maintenance1/10

Authentication

Tier B — OAuth / JWT

OAuth with access tokens or JWT verification. Good authentication.

Last scanned 6/17/2026

Claude Desktop Config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-chatsum": {
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/chatmcp/mcp-server-chatsum"
      ]
    }
  }
}

Refer to the repo README for exact installation instructions.