Skip to content
Cline

agentguard for Cline

io.github.agentwares/agentguard

MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.

client:Cline transport:stdio runtime:npm

Install agentguard 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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentguard": {
      "command": "npx",
      "args": [
        "-y",
        "@agentwares/agentguard"
      ],
      "env": {
        "AGENTGUARD_CONFIG": "<AGENTGUARD_CONFIG>",
        "AGENTGUARD_KILL": "<AGENTGUARD_KILL>"
      }
    }
  }
}

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

agentguard in other clients