orangerail for Claude Desktop
io.github.kimhyeongrae0/orangerail
Turns your Prisma schema into typed MCP tools, with destructive writes gated behind human approval
client:Claude Desktop
transport:stdio
runtime:npm
Install orangerail in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"orangerail": {
"command": "npx",
"args": [
"-y",
"orangerail"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs