Skip to content
Grok

noderail for Grok

io.github.noderail/noderail

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

client:Grok transport:stdio runtime:npm

Install noderail in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

noderail in other clients