mcpbeat Sign in

MCP Gateway MCP Server

local only

MCP Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Aug 2026.

AuthzX MCP Gateway — policy-enforcing proxy between AI agents and MCP servers

Installs per day peak 10 · avg 5 · +5% w/w
a month agotoday
Installs / week
npm · @authzx/mcp-gateway
0
Stars
1 open issues
14 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

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

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Gateway

same job, measured the same way
Assay MCP Server
by rul1an

Policy-enforcing MCP proxy with portable evidence output.

local only
Sovereign Gateway
by mattijsmoens

Gating proxy for MCP servers: policy, verification and one audit trail across upstreams.

285 installs/wk local only
MCPower Security Proxy
by ai-mcpower

Security proxy that wraps MCP servers with real-time monitoring and policy enforcement

301 installs/wk local only
MCP Billing Gateway
by sapph1re

Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.

64 installs/wk 12 tools answering
A
ThornGuard
by qwady-thorns

Remote MCP security gateway for auth, redaction, policy enforcement, and audit logging.

local only
MCPower Security Proxy
by mcpower-security

Security proxy that automatically wraps MCP servers with real-time monitoring and policy enforcement

local only
Perforce Agentic Gateway
by perforce

Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode

220 installs/wk local only
AISIX AI Gateway
by api7

Self-hosted AI gateway that governs MCP servers, LLM traffic, and A2A agents behind one endpoint

local only

MCP Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Gateway?
MCP Gateway 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 @authzx/mcp-gateway.
How do I connect MCP Gateway?
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 @authzx/mcp-gateway straight from npm; nothing to host, nothing to sign up for.
Is MCP Gateway open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.