mcpbeat Sign in

mcp-gatehouse MCP Server

by nickgeorgeseo Your server? Claim it
local only

mcp-gatehouse runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from pypi. Last commit 8 Sep 2026.

Permission tiers, approval gates, and audit logging for MCP servers - the server is the gatekeeper

Installs per day peak 18 · avg 8 · -5% w/w
a month agotoday
58
Installs / week
pypi · mcp-gatehouse
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

Alternatives to mcp-gatehouse

same job, measured the same way
Aegis — AI Agent Governance
by acacian

Policy-based governance for AI agent tool calls. YAML policy, approval gates, audit logging.

488 installs/wk local only
Cordon for MCP
by marras0914

Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals.

44 installs/wk local only
ssh-mcp
by gelse

MCP gateway for controlled SSH access with per-client auth, command policies, and audit logging.

local only
A
ThornGuard
by qwady-thorns

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

local only
Obsidian MCP Secure
by dewtech-technologies

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

40 installs/wk local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

65 installs/wk local only
Sparkforensics MCP
by shuffle-works

MCP server for diagnosing Apache Spark event-log performance issues and comparing runs.

41 installs/wk local only
Quill
by manumarri-sudo

Pre-execution gate for AI-agent tool calls. Touch ID approval. Tamper-evident audit log.

85 installs/wk local only

mcp-gatehouse — questions

Answers built from our own checks of this server.

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