rag-rat for Zed
io.github.cq27-dev/rag-rat
Repository intelligence, code graph, history, papertrail, and cross-agent memory for coding agents.
client:Zed
transport:stdio
runtime:npm
Install rag-rat in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rag-rat": {
"command": "npx",
"args": [
"-y",
"@rag-rat/bin"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs