Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

consentgate mcp in other clients