consentgate mcp for Windsurf
io.github.jessepetersondev/consentgate-mcp
Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.
client:Windsurf
transport:stdio
runtime:npm
Install consentgate mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"consentgate-mcp": {
"command": "npx",
"args": [
"-y",
"consentgate-mcp"
],
"env": {
"CONSENTGATE_API_KEY": "<CONSENTGATE_API_KEY>",
"CONSENTGATE_BASE_URL": "<CONSENTGATE_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs