Skip to content
Cursor

agentguard for Cursor

io.github.mukundakatta/agentguard

Network-egress firewall for agent tools: check URLs against a declarative policy.

client:Cursor transport:stdio runtime:npm

Install agentguard in Cursor

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

{
  "mcpServers": {
    "agentguard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/agentguard-mcp"
      ]
    }
  }
}

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

agentguard in other clients