All servers

mcp-server-chatsum

TypeScript

chatmcp

Query and Summarize your chat messages.

1,030Pushed 12/4/2024View on GitHub
74

Score Breakdown

Authentication28/35
Static Analysis25/30
Dependencies20/25
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.