KnowledgeRail for VS Code
io.github.deviank88/knowledge-rail
Persistent, evidence-backed project knowledge and task context for coding agents.
client:VS Code
transport:stdio
runtime:npm
Install KnowledgeRail in VS Code
.vscode/mcp.json
{
"servers": {
"knowledge-rail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"knowledge-rail"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs