consentgate mcp for Cursor
io.github.jessepetersondev/consentgate-mcp
Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.
client:Cursor
transport:stdio
runtime:npm
Install consentgate mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"consentgate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"consentgate-mcp"
],
"env": {
"CONSENTGATE_API_KEY": "<CONSENTGATE_API_KEY>",
"CONSENTGATE_BASE_URL": "<CONSENTGATE_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs