MCP Server
MCP
io.github.jessepetersondev/consentgate-mcp
Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "consentgate-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ConsentGate API key (cg_…) from https://consentgate.fyi/dashboard/keys",
"isRequired": true,
"isSecret": true,
"name": "CONSENTGATE_API_KEY"
},
{
"description": "Override the API base URL (defaults to https://consentgate.fyi)",
"name": "CONSENTGATE_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment