noderail for VS Code
io.github.noderail/noderail
Provenance and governance layer for AI-readable knowledge. NodeRail answers what AI should trust.
client:VS Code
transport:stdio
runtime:npm
Install noderail in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "noderail-repo-path",
"description": "NODERAIL_REPO_PATH",
"password": true
}
],
"servers": {
"noderail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@noderail/mcp"
],
"env": {
"NODERAIL_REPO_PATH": "${input:noderail-repo-path}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs