Skip to content
Cursor

agent guards for Cursor

io.github.mlawsonking/agent-guards

All six agent guard suites in one local MCP server, with optional cloud intelligence.

client:Cursor transport:stdio runtime:npm

Install agent guards in Cursor

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

{
  "mcpServers": {
    "agent-guards": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-guards"
      ]
    }
  }
}

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

agent guards in other clients