KnowledgeRail for Zed
io.github.deviank88/knowledge-rail
Persistent, evidence-backed project knowledge and task context for coding agents.
client:Zed
transport:stdio
runtime:npm
Install KnowledgeRail in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"knowledge-rail": {
"command": "npx",
"args": [
"-y",
"knowledge-rail"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs