mcpbeat Sign in

Agent Gate MCP Server

by forgeorbital Your server? Claim it
local only

Agent Gate runs on your own machine — the client starts it, so there is no endpoint to ping. 142 installs a week from npm.

Local mandate gate and proof trail for AI agents that take consequential actions.

Installs per day peak 768 · avg 49 · +29% w/w
a month agotoday
142
Installs / week
npm · forge-agent-gate
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Agent Gate 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 agent-gate -- npx -y forge-agent-gate
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-gate": {
      "args": [
        "-y",
        "forge-agent-gate"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-gate]
command = "npx"
args = ["-y", "forge-agent-gate"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-gate": {
      "args": [
        "-y",
        "forge-agent-gate"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-gate": {
      "args": [
        "-y",
        "forge-agent-gate"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FORGE_API_KEY (Forge decision-API key (starts with fi_). Set this or FORGE_BEARER_TOKEN.), FORGE_BEARER_TOKEN (Alternative to FORGE_API_KEY: a Forge bearer token for the decision API.), FORGE_API_BASE_URL (Base URL of the Forge decision API. Defaults to the hosted Forge cloud.), FORGE_TENANT_ID (Tenant id stamped into every proof-trail record.), FORGE_RECORD_MODE (required = fail-closed (block if Forge cannot record); best_effort = execute anyway.), AGENT_GATE_MANDATE_PATH (Absolute path to the signed mandate (policy) JSON. Create it with `forge-agent-gate init`.), AGENT_GATE_KILL_FILE (If this file exists, every gated write is hard-blocked (master kill switch).), KALSHI_API_KEY_ID (Kalshi API key id. Only for the live Kalshi venue adapter; stays on your machine.), KALSHI_PRIVATE_KEY_PATH (Path to your Kalshi RSA private key. Only for the Kalshi venue adapter.), KALSHI_ENV (Kalshi environment: demo or prod. Only for the Kalshi venue adapter.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Gate

same job, measured the same way
Kepil
by oleg-vdv

Passport, mandate, fail-closed action gate and tamper-evident journal for AI agents.

local only
Memini
by lumayapartners

Local-first project memory and mistake-prevention guardrails for AI coding agents.

54 installs/wk local only
InterAI Risk Oracle
by interailabs

Pre-execution policy gate for consequential agent actions with durable trust receipts.

9 tools answering
Emilia Protocol
by emiliaprotocol

Exact-action approval for consequential agent actions: request, track, and verify signed receipts.

237 installs/wk local only
Agent Guard
by mdfifty50-boop

Constitutional guardrails and loop detection for AI agents

35 installs/wk local only
TookEffect
by tookeffect

Independent effect verification and signed receipts for consequential AI agent actions.

answering
Lotor
by githubscum

A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.

39 installs/wk local only
MUJ428 Trust Layer — VERIFY BEFORE ACT
by wmujahid428-web

MUJ428 verifies intent and evidence before consequential AI-agent actions.

14 tools answering

Agent Gate — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Gate?
Agent Gate 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 forge-agent-gate was installed 142 times last week.
How do I connect Agent Gate?
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 forge-agent-gate straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Gate?
The npm package forge-agent-gate was installed 142 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.