noderail for Zed
io.github.noderail/noderail
Provenance and governance layer for AI-readable knowledge. NodeRail answers what AI should trust.
client:Zed
transport:stdio
runtime:npm
Install noderail in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"noderail": {
"command": "npx",
"args": [
"-y",
"@noderail/mcp"
],
"env": {
"NODERAIL_REPO_PATH": "<NODERAIL_REPO_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs