pincer for Zed
io.github.vouchlyai/pincer
Secure grip for your agent's secrets - security-hardened MCP gateway with proxy token architecture
client:Zed
transport:stdio
runtime:npm
Install pincer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pincer": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs