consentgate mcp for Zed
io.github.jessepetersondev/consentgate-mcp
Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.
client:Zed
transport:stdio
runtime:npm
Install consentgate mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"consentgate-mcp": {
"command": "npx",
"args": [
"-y",
"consentgate-mcp"
],
"env": {
"CONSENTGATE_API_KEY": "<CONSENTGATE_API_KEY>",
"CONSENTGATE_BASE_URL": "<CONSENTGATE_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs