Skip to main content
The AgentCat MCP server lets you query your usage analytics and debug issues directly from your coding agent. It runs at:
Authentication uses OAuth — you never copy an API key. The first time your client connects, it opens a browser to sign in to your AgentCat account, then caches the token.

Claude Code

Run /mcp inside a session to complete the browser sign-in.

Claude Desktop

Open Settings → Connectors → Add custom connector, paste https://mcp.agentcat.com/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":"agentcat","type":"http","url":"https://mcp.agentcat.com/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.”