MCP Server
MCP
io.github.KimHyeongRae0/orangerail
Turns your Prisma schema into typed MCP tools, with destructive writes gated behind human approval
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "orangerail",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Serves the ontology that `orangerail init` generated in this project. With no ontology/ directory there is nothing to serve — run init first.",
"value": "mcp",
"type": "positional",
"valueHint": "mcp"
}
],
"environmentVariables": [
{
"description": "The database the generated actions reach, in the same form your Prisma datasource takes.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DATABASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment