← Index

io.github.VouchlyAI/pincer

io.github.VouchlyAI/pincer·v0.1.5·Security
Quality Score
76
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "pincer": {
      "command": "npx",
      "args": [
        "-y",
        "pincer-mcp"
      ],
      "env": {
        "PINCER_PROXY_TOKEN": "<your-pincer_proxy_token>",
        "OPENWEBUI_URL": "<openwebui_url>",
        "OPENAI_COMPATIBLE_URL": "<openai_compatible_url>",
        "AUDIT_LOG_PATH": "<audit_log_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "pincer": {
      "command": "npx",
      "args": [
        "-y",
        "pincer-mcp"
      ],
      "env": {
        "PINCER_PROXY_TOKEN": "<your-pincer_proxy_token>",
        "OPENWEBUI_URL": "<openwebui_url>",
        "OPENAI_COMPATIBLE_URL": "<openai_compatible_url>",
        "AUDIT_LOG_PATH": "<audit_log_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y pincer-mcp
§02  Environment variables
PINCER_PROXY_TOKEN
requiredsecret

Proxy token for agent authentication (generated via 'pincer agent add')

OPENWEBUI_URL

Optional: Base URL for OpenWebUI instance

OPENAI_COMPATIBLE_URL

Optional: Base URL for OpenAI-compatible instance

AUDIT_LOG_PATH

Optional: Custom path for audit logs (default: ~/.pincer/audit.jsonl)

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Security