Skip to content
VS Code

mcp server agent analytics for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install mcp server agent analytics in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp server agent analytics in other clients