MCP Server
MCP
io.github.VouchlyAI/pincer
Secure grip for your agent's secrets - security-hardened MCP gateway with proxy token architecture
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "pincer-mcp",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Proxy token for agent authentication (generated via 'pincer agent add')",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PINCER_PROXY_TOKEN"
},
{
"description": "Optional: Base URL for OpenWebUI instance",
"format": "string",
"name": "OPENWEBUI_URL"
},
{
"description": "Optional: Base URL for OpenAI-compatible instance",
"format": "string",
"name": "OPENAI_COMPATIBLE_URL"
},
{
"description": "Optional: Custom path for audit logs (default: ~/.pincer/audit.jsonl)",
"format": "string",
"name": "AUDIT_LOG_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment