← Back to Plugins
MCP Server MCP

io.github.KimHyeongRae0/orangerail

github By github 👁 1 views ▲ 0 votes

Turns your Prisma schema into typed MCP tools, with destructive writes gated behind human approval

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...