← Index

io.github.Noderail/noderail

io.github.Noderail/noderail·v1.0.1·Memory & RAG
Quality Score
75
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "noderail": {
      "command": "npx",
      "args": [
        "-y",
        "@noderail/mcp"
      ],
      "env": {
        "NODERAIL_REPO_PATH": "<noderail_repo_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "noderail": {
      "command": "npx",
      "args": [
        "-y",
        "@noderail/mcp"
      ],
      "env": {
        "NODERAIL_REPO_PATH": "<noderail_repo_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @noderail/mcp
§02  Environment variables
NODERAIL_REPO_PATH
required

Path to your local NodeRail repository

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
10
stability
10
§04  Alternatives in Memory & RAG