Skip to content
Cursor

agentguard47 for Cursor

io.github.bmdhodl/agentguard47

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

client:Cursor transport:stdio runtime:npm

Install agentguard47 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": {
    "agentguard47": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentguard47/mcp-server"
      ],
      "env": {
        "AGENTGUARD_API_KEY": "<AGENTGUARD_API_KEY>",
        "AGENTGUARD_URL": "<AGENTGUARD_URL>"
      }
    }
  }
}

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

agentguard47 in other clients