Orangerail is a Model Context Protocol (MCP) server: Turns your Prisma schema into typed MCP tools, with destructive writes gated behind human approval. As an MCP server it plugs straight into AI assistants, exposing its functionality as tools the model can invoke on your behalf.
It runs locally: the npm package orangerail speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need DATABASE_URL. The current release is v0.1.4, published under the MIT license, with source at KimHyeongRae0/orangerail on GitHub.
You'll find Orangerail in the AI & Agents category here on mcp.site; it connects to Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed, and any other MCP client — see the install snippets below. If you maintain Orangerail for KimHyeongRae0, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — orangerail · MCP over stdio
▸Credentials — Requires DATABASE_URL
▸Open source — MIT license · KimHyeongRae0/orangerail