mcpbeat Sign in

Sovereign Gateway MCP Server

by mattijsmoens Your server? Claim it
local only

Sovereign Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. 285 installs a week from pypi. Last commit 23 Aug 2026.

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

Installs per day peak 2 149 · avg 300 · -66% w/w
a month agotoday
285
Installs / week
pypi · sovereign-mcp-gateway
0
Stars
0 open issues
23 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

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

Alternatives to Sovereign Gateway

same job, measured the same way
Aimcpgate
by akomyagin

MCP gateway/proxy: multiplexes tool calls across upstream MCP servers into one catalog.

54 installs/wk local only
Sidclaw Governance MCP
by vladuzh

Governance proxy for MCP servers — policy evaluation, human approval, audit trails.

39 installs/wk local only
MCP Gateway
by authzx

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

local only
GoModel
by enterpilot

Self-hosted gateway aggregating upstream MCP servers behind one authenticated HTTP endpoint.

local only
QueryPilot
by nickklos10

Safe SQL gateway for AI agents: SELECT-only validation, access policies, masking, audit trail, evals

39 installs/wk local only
SafeNode MCP Gateway
by sp3ak

Policy proxy for MCP tool calls. A denied call never reaches the downstream server.

33 installs/wk local only
MCP Output Firewall
by tangfei7777-cell

Three-layer firewall for MCP: content, egress and action policy. Proxy or server.

31 installs/wk local only
Palveron MCP Server
by palveron

Early access - AI governance gateway for MCP tool calls (policies, PII masking, audit).

52 installs/wk local only

Sovereign Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for Sovereign Gateway?
Sovereign 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 pypi package sovereign-mcp-gateway was installed 285 times last week.
How do I connect Sovereign 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 sovereign-mcp-gateway straight from pypi; nothing to host, nothing to sign up for.
How many people use Sovereign Gateway?
The pypi package sovereign-mcp-gateway was installed 285 times in the last week. Week over week that is -66%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sovereign Gateway open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.