Skip to content
Claude Desktop

agent guard for Claude Desktop

io.github.ipezygj/agent-guard

Safety checks an agent runs before it acts: package malware, destructive command, secret leak.

client:Claude Desktop transport:stdio runtime:pypi

Install agent guard in Claude Desktop

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

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

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

agent guard in other clients