mcpbeat

Orangerail MCP Server

io.github.KimHyeongRae0/orangerail
local only

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

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

405
Installs / week
npm · orangerail
0
Stars
1 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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"
    }
  }
}

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.

52 installs/wk local only
Last EHR — Medplum
by cbetz

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

142 installs/wk local only
Consentgate MCP
by jessepetersondev

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

28 installs/wk local only
Mova Flat Runner
by mova-compact

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

27 installs/wk local only
Pagerduty MCP
by pagerduty

PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.

20 533 installs/wk local only
Notepatra MCP
by singhpratech

Notepatra editor MCP server — 35 tools; every write human-approved in the editor; local-only.

local only
Structured Output Agent
by mikerawsonnz

Turn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Verte

2 tools answering
Infraveil Control Plane
by infraveilhq

Govern your backend control plane from your AI agent - signed, human-approval-gated.

62 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 405 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 405 times in the last week. 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.