Skip to content
Claude Desktop

Agent Guardrails for Claude Desktop

io.github.logi-cmd/agent-guardrails

Merge gates and safety checks for AI coding agents via MCP.

client:Claude Desktop transport:stdio runtime:npm

Install Agent Guardrails in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-guardrails": {
      "command": "npx",
      "args": [
        "-y",
        "agent-guardrails"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Agent Guardrails in other clients