io.github.VouchlyAI/pincer MCP Server
io.github.VouchlyAI/pincer
What is the io.github.VouchlyAI/pincer MCP server?
Secure grip for your agent's secrets - security-hardened MCP gateway with proxy token architecture
How to install io.github.VouchlyAI/pincer
Copy-paste configuration for popular MCP clients.
PINCER_PROXY_TOKENrequiredsecretProxy token for agent authentication (generated via 'pincer agent add')
OPENWEBUI_URLOptional: Base URL for OpenWebUI instance
OPENAI_COMPATIBLE_URLOptional: Base URL for OpenAI-compatible instance
AUDIT_LOG_PATHOptional: Custom path for audit logs (default: ~/.pincer/audit.jsonl)
{
"mcpServers": {
"pincer": {
"command": "npx",
"args": [
"-y",
"pincer-mcp"
],
"env": {
"PINCER_PROXY_TOKEN": "<YOUR_PINCER_PROXY_TOKEN>",
"OPENWEBUI_URL": "<YOUR_OPENWEBUI_URL>",
"OPENAI_COMPATIBLE_URL": "<YOUR_OPENAI_COMPATIBLE_URL>",
"AUDIT_LOG_PATH": "<YOUR_AUDIT_LOG_PATH>"
}
}
}
}{
"mcpServers": {
"pincer": {
"command": "npx",
"args": [
"-y",
"pincer-mcp"
],
"env": {
"PINCER_PROXY_TOKEN": "<YOUR_PINCER_PROXY_TOKEN>",
"OPENWEBUI_URL": "<YOUR_OPENWEBUI_URL>",
"OPENAI_COMPATIBLE_URL": "<YOUR_OPENAI_COMPATIBLE_URL>",
"AUDIT_LOG_PATH": "<YOUR_AUDIT_LOG_PATH>"
}
}
}
}{
"mcpServers": {
"pincer": {
"command": "npx",
"args": [
"-y",
"pincer-mcp"
],
"env": {
"PINCER_PROXY_TOKEN": "<YOUR_PINCER_PROXY_TOKEN>",
"OPENWEBUI_URL": "<YOUR_OPENWEBUI_URL>",
"OPENAI_COMPATIBLE_URL": "<YOUR_OPENAI_COMPATIBLE_URL>",
"AUDIT_LOG_PATH": "<YOUR_AUDIT_LOG_PATH>"
}
}
}
}{
"servers": {
"pincer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pincer-mcp"
],
"env": {
"PINCER_PROXY_TOKEN": "<YOUR_PINCER_PROXY_TOKEN>",
"OPENWEBUI_URL": "<YOUR_OPENWEBUI_URL>",
"OPENAI_COMPATIBLE_URL": "<YOUR_OPENAI_COMPATIBLE_URL>",
"AUDIT_LOG_PATH": "<YOUR_AUDIT_LOG_PATH>"
}
}
}
}claude mcp add pincer --env PINCER_PROXY_TOKEN=<YOUR_PINCER_PROXY_TOKEN> --env OPENWEBUI_URL=<YOUR_OPENWEBUI_URL> --env OPENAI_COMPATIBLE_URL=<YOUR_OPENAI_COMPATIBLE_URL> --env AUDIT_LOG_PATH=<YOUR_AUDIT_LOG_PATH> -- npx -y pincer-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.