Skip to content
Cursor

noderail for Cursor

io.github.noderail/noderail

Provenance and governance layer for AI-readable knowledge. NodeRail answers what AI should trust.

client:Cursor transport:stdio runtime:npm

Install noderail in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "noderail": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@noderail/mcp"
      ],
      "env": {
        "NODERAIL_REPO_PATH": "<NODERAIL_REPO_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

noderail in other clients