All servers71
mcp-server-chatsum
TypeScriptchatmcp
Query and Summarize your chat messages.
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.