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