Skip to content
Cline

Aperion Shield for Cline

io.github.aperionai/shield

Local guardrail proxy that blocks destructive MCP tool calls, rug pulls, and tool poisoning

client:Cline transport:stdio runtime:oci

Install Aperion Shield 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": {
    "shield": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aperionai/shield:shield-v1.0.1"
      ]
    }
  }
}

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

Aperion Shield in other clients