mcpbeat Sign in

Orangerail MCP Server

by kimhyeongrae0 Your server? Claim it
local only

Orangerail runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 11 Aug 2026.

Turns your Prisma schema into typed MCP tools, with destructive writes gated behind human approval

Installs per day peak 260 · avg 30 · +434% w/w
a month agotoday
35
Installs / week
npm · orangerail
0
Stars
1 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(command, args, { stdio: 'ignore', detached: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 orangerail -- npx -y orangerail
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "orangerail": {
      "args": [
        "-y",
        "orangerail"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.orangerail]
command = "npx"
args = ["-y", "orangerail"]
.cursor/mcp.json
{
  "mcpServers": {
    "orangerail": {
      "args": [
        "-y",
        "orangerail"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "orangerail": {
      "args": [
        "-y",
        "orangerail"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DATABASE_URL (The database the generated actions reach, in the same form your Prisma datasource takes.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Orangerail

same job, measured the same way
Infraveil Agent Guard
by infraveilhq

Gate an AI agent's destructive actions behind human approval, with a tamper-evident log.

55 installs/wk local only
RoutineKit
by sjh9714

Capture tool workflows, save typed tools, and replay with human approval. Includes an MCP Apps UI.

118 installs/wk local only
Store MCP
by store-mcp

Connect AI to store orders, products and inventory with scoped access and human approvals.

answering
Last EHR — Medplum
by cbetz

FHIR chart tools for MCP: read-only by default, with elicitation-gated, human-approved writes.

27 installs/wk local only
Consentgate MCP
by jessepetersondev

Gate AI agent actions behind a consent policy with human approval via Telegram. Fail-closed.

23 installs/wk local only
IdentArk Gateway
by identark

Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.

answering
Multimail
by multimail

Give your agent its own email address with graduated human oversight, from approval to autonomy.

37 installs/wk answering
Mova Flat Runner
by mova-compact

Governed AI workflows with human approval gates and audit trails for Claude and MCP clients.

35 installs/wk local only

Orangerail — questions

Answers built from our own checks of this server.

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