Turns your Prisma schema into typed MCP tools, with destructive writes gated behind human approval
claude mcp add orangerail -- npx -y orangerail
claude_desktop_config.json
{
"mcpServers": {
"orangerail": {
"command": "npx",
"args": [
"-y",
"orangerail"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"orangerail": {
"command": "npx",
"args": [
"-y",
"orangerail"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"orangerail": {
"command": "npx",
"args": [
"-y",
"orangerail"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"orangerail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"orangerail"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"orangerail": {
"command": "npx",
"args": [
"-y",
"orangerail"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.KimHyeongRae0--orangerail/reviews or the review_server meta-tool.
POST /mcp