pincer
About
Secure grip for your agent's secrets - security-hardened MCP gateway with proxy token architecture
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PINCER_PROXY_TOKEN OPENWEBUI_URL OPENAI_COMPATIBLE_URL AUDIT_LOG_PATHClaude Code
claude mcp add --env PINCER_PROXY_TOKEN= --env OPENWEBUI_URL= --env OPENAI_COMPATIBLE_URL= --env AUDIT_LOG_PATH= pincer -- npx pincer-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"pincer","command":"npx","args":["pincer-mcp"],"env":{"PINCER_PROXY_TOKEN":"","OPENWEBUI_URL":"","OPENAI_COMPATIBLE_URL":"","AUDIT_LOG_PATH":""}}'
JSON
{
"mcpServers": {
"pincer": {
"command": "npx",
"args": [
"pincer-mcp"
],
"env": {
"PINCER_PROXY_TOKEN": "",
"OPENWEBUI_URL": "",
"OPENAI_COMPATIBLE_URL": "",
"AUDIT_LOG_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.