Skip to content
Cline

pincer for Cline

io.github.vouchlyai/pincer

Secure grip for your agent's secrets - security-hardened MCP gateway with proxy token architecture

client:Cline transport:stdio runtime:npm

Install pincer 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": {
    "pincer": {
      "command": "npx",
      "args": [
        "-y",
        "pincer-mcp"
      ],
      "env": {
        "PINCER_PROXY_TOKEN": "<PINCER_PROXY_TOKEN>",
        "OPENWEBUI_URL": "<OPENWEBUI_URL>",
        "OPENAI_COMPATIBLE_URL": "<OPENAI_COMPATIBLE_URL>",
        "AUDIT_LOG_PATH": "<AUDIT_LOG_PATH>"
      }
    }
  }
}

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

pincer in other clients