Catalog
io.github.jessepetersondev/consentgate-mcp
Officialby jessepetersondev · JavaScript
Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.
Require human approval via Telegram before AI agents execute sensitive actions.
README not available yet.
Install
Configuration
Environment variables
CONSENTGATE_API_KEYrequiredsecretConsentGate API key (cg_…) from https://consentgate.fyi/dashboard/keys
CONSENTGATE_BASE_URLOverride the API base URL (defaults to https://consentgate.fyi)
claude_desktop_config.json
{
"mcpServers": {
"consentgate-mcp": {
"command": "npx",
"args": [
"-y",
"consentgate-mcp@0.1.1"
],
"env": {
"CONSENTGATE_API_KEY": "<YOUR_CONSENTGATE_API_KEY>",
"CONSENTGATE_BASE_URL": "<YOUR_CONSENTGATE_BASE_URL>"
}
}
}
}