Skip to content
Cline

agent guard for Cline

io.github.ipezygj/agent-guard

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

client:Cline transport:stdio runtime:pypi

Install agent guard in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agent guard in other clients