mcpbeat Sign in

AgentGate MCP Server

local only

AgentGate runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 1 Aug 2026.

Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.

Installs per day peak 13 · avg 6 · +37% w/w
a month agotoday
31
Installs / week
npm · @agentkitai/agentgate-mcp
33
Stars
0 open issues
1 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/api.ts:1, [пакет] src/index.ts:1, [пакет] src/tools.ts:1 и ещё 1
этот файл ставится пользователю, но в репозитории его нет
    if (target.startsWith("https://discord.com/api/webhooks/")) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 agentgate -- npx -y @agentkitai/agentgate-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentgate": {
      "args": [
        "-y",
        "@agentkitai/agentgate-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentgate]
command = "npx"
args = ["-y", "@agentkitai/agentgate-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentgate": {
      "args": [
        "-y",
        "@agentkitai/agentgate-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentgate": {
      "args": [
        "-y",
        "@agentkitai/agentgate-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to AgentGate

same job, measured the same way
Impri
by sekera-radim

Impri MCP server — human-in-the-loop approval inbox for AI agents

37 installs/wk local only
IdentArk Gateway
by identark

Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.

answering
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

68 installs/wk local only
AgentFabric — Human-in-the-Loop Review & Approval
by enzoduit

Human-in-the-loop review and approval for AI agents. Audit trail, approval policies, native MCP.

1 tools answering
Elicitly Pro
by elicitly

Human-in-the-loop for AI agents over MCP: durable approvals with a hosted review page & audit trail

answering
Vantagate MCP Server
by aderix

VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents

67 installs/wk local only
Lassare
by lassare

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

answering
Looppause
by soteeabam

LoopPause MCP server — pause agent execution and route human approval requests

27 installs/wk local only

AgentGate — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentGate?
AgentGate 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 @agentkitai/agentgate-mcp was installed 31 times last week.
How do I connect AgentGate?
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 @agentkitai/agentgate-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AgentGate?
The npm package @agentkitai/agentgate-mcp was installed 31 times in the last week. Week over week that is +37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AgentGate open source?
Yes — it is published under the MIT licence, written in TypeScript and 33 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.