The MCPcat MCP server lets you query your usage analytics and debug issues directly from your coding agent. It runs at:Documentation Index
Fetch the complete documentation index at: https://docs.mcpcat.io/llms.txt
Use this file to discover all available pages before exploring further.
Claude Code
/mcp inside a session to complete the browser sign-in.
Claude Desktop
Open Settings → Connectors → Add custom connector, pastehttps://mcp.mcpcat.io/mcp, and sign in. The same custom-connector flow works across Claude’s desktop apps (Claude Desktop and Cowork) — remote servers are supported directly, no proxy needed.
Codex
Cursor
Add to Cursor — or add manually to~/.cursor/mcp.json:
VS Code
Add to.vscode/mcp.json (or run code --add-mcp '{"name":"mcpcat","type":"http","url":"https://mcp.mcpcat.io/mcp"}'):
Windsurf
Add to~/.codeium/windsurf/mcp_config.json:
Other clients
Most clients accept the standard config:Tools available
list_projects, get_project_overview, search_sessions, get_session, search_issues, get_issue, get_metric_trend, get_metric_breakdown, list_skills, load_skill.
Example prompts
- “What are my top tools in the last 7 days?”
- “Investigate issue PROJ-42.”
- “Summarize session ses_abc123 and tell me why it errored.”