Skip to content

mcp server agent analytics for Cursor

io.github.joepangallo/mcp-server-agent-analytics

Track AI agent fleet performance, costs, anomalies, and trends.

client:Cursor transport:stdio runtime:npm

Install mcp server agent analytics in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-server-agent-analytics": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-agent-analytics"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp server agent analytics in other clients