Skip to content
Cursor

ezstat mcp server for Cursor

dev.ezstat/ezstat-mcp-server

Track and query EzStat metrics from Claude, Cursor, or any MCP agent. StatHat-compatible.

client:Cursor transport:stdio runtime:npm

Install ezstat mcp server in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ezstat-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ezstat-mcp-server"
      ],
      "env": {
        "EZSTAT_API_KEY": "<EZSTAT_API_KEY>",
        "EZSTAT_BASE_URL": "<EZSTAT_BASE_URL>"
      }
    }
  }
}

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

ezstat mcp server in other clients