mcpbeat Sign in

ReasonGate MCP Server

local only

ReasonGate runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Provenance gateway for stdio MCP servers: blocks tool calls fed by untrusted tool results.

Installs / week
pypi · reasongate
14
Stars
0 open issues
18 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

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

Alternatives to ReasonGate

same job, measured the same way
Codex MCP Go
by w31r4

MCP server wrapping Codex CLI for stdio-based tool calls.

60 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
Tripwire
by bonesdefi

Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.

35 installs/wk local only
MCP Stdio
by shigechika

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

950 installs/wk local only
Aimcpgate
by akomyagin

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

54 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
API Evangelist
by apievangelist

Sixteen years of API research as MCP tools — stories, areas, governance blocks & services

67 tools answering
Tiny Go MCP Server
by kioie

Demo stdio MCP server (tools, resource, prompt) for tinymcp tests—not production use.

local only

ReasonGate — questions

Answers built from our own checks of this server.

Why is there no uptime for ReasonGate?
ReasonGate 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 reasongate.
How do I connect ReasonGate?
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 reasongate straight from pypi; nothing to host, nothing to sign up for.
Is ReasonGate open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 14 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.