Loading MCP server directory, please wait...
Turns your Prisma schema into typed MCP tools, with destructive writes gated behind human approval
npx @getmcp/cli add io.github.KimHyeongRae0/orangerailRequires Node.js 18+. Community-contributed server. Review source before installing.
DATABASE_URLThe database the generated actions reach, in the same form your Prisma datasource takes.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.KimHyeongRae0/orangerail": {
"command": "npx",
"args": [
"-y",
"orangerail",
"mcp"
],
"env": {
"DATABASE_URL": ""
}
}
}
}