Skip to content
Claude Desktop

Agent Guardrail MCP Server for Claude Desktop

io.github.jarvisonm4/agent-guardrail

Action-level governance for AI agents -- control what they DO, not what they SAY

client:Claude Desktop transport:stdio runtime:pypi

Install Agent Guardrail MCP Server in Claude Desktop

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

{
  "mcpServers": {
    "agent-guardrail": {
      "command": "uvx",
      "args": [
        "agent-guardrail"
      ]
    }
  }
}

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

Agent Guardrail MCP Server in other clients