mcpbeat Sign in

Consentgate MCP Server

by jessepetersondev Your server? Claim it
local only

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.

Installs per day peak 23 · avg 7 · -41% w/w
a month agotoday
23
Installs / week
npm · consentgate-mcp
0
Stars
0 open issues
4 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add consentgate-mcp -- npx -y consentgate-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "consentgate-mcp": {
      "args": [
        "-y",
        "consentgate-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.consentgate-mcp]
command = "npx"
args = ["-y", "consentgate-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "consentgate-mcp": {
      "args": [
        "-y",
        "consentgate-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Consentgate MCP

same job, measured the same way
Oracle H
by tponscr-debug

Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram.

20 installs/wk local only
Lassare
by lassare

Human-in-the-loop for AI coding agents — ask questions, get approvals via Slack.

answering
Multimail
by multimail

Give your agent its own email address with graduated human oversight, from approval to autonomy.

120 installs/wk answering
Agent-Native Dispatch
by builderio

Central Slack/Telegram router with jobs, memory, approvals, and A2A delegation

answering
Assistant Mail MCP
by assistantmail

Agent email with allowlist and consent via AssistantMail.

260 installs/wk local only
Agent Inbox
by clize

A real email inbox for AI agents: human-approved sends, untrusted-by-default inbound.

126 installs/wk local only
Qorami
by loicfontaine-max

Check an email before an AI agent sends it: send / ask a human / block. Detects prompt injection.

30 installs/wk local only
Postlyra
by prof-1t

Manage Telegram drafts, media, schedules and publications from AI clients.

32 tools answering

Consentgate MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Consentgate MCP?
Consentgate MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package consentgate-mcp was installed 23 times last week.
How do I connect Consentgate MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls consentgate-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Consentgate MCP?
The npm package consentgate-mcp was installed 23 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Consentgate MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.