Consentgate MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 4 Jun 2026.
Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.
Today is the operative word: we check Consentgate MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add consentgate-mcp -- npx -y consentgate-mcp
{
"mcpServers": {
"consentgate-mcp": {
"args": [
"-y",
"consentgate-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.consentgate-mcp]
command = "npx"
args = ["-y", "consentgate-mcp"]
{
"mcpServers": {
"consentgate-mcp": {
"args": [
"-y",
"consentgate-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"consentgate-mcp": {
"args": [
"-y",
"consentgate-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CONSENTGATE_API_KEY (ConsentGate API key (cg_…) from https://consentgate.fyi/dashboard/keys), CONSENTGATE_BASE_URL (Override the API base URL (defaults to https://consentgate.fyi)).
The author declared them in the registry entry; get the values from the project itself.
Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram.
Human-in-the-loop for AI coding agents — ask questions, get approvals via Slack.
Give your agent its own email address with graduated human oversight, from approval to autonomy.
Central Slack/Telegram router with jobs, memory, approvals, and A2A delegation
Agent email with allowlist and consent via AssistantMail.
A real email inbox for AI agents: human-approved sends, untrusted-by-default inbound.
Check an email before an AI agent sends it: send / ask a human / block. Detects prompt injection.
Manage Telegram drafts, media, schedules and publications from AI clients.
Answers built from our own checks of this server.