Skip to content
Cursor

pincer for Cursor

io.github.vouchlyai/pincer

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

client:Cursor transport:stdio runtime:npm

Install pincer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "pincer": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pincer in other clients