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
{
"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