Knos for Zed
io.github.drexthealpha/knos
One local memory every coding agent on this machine shares, with claims so they don't collide.
client:Zed
transport:stdio
runtime:pypi
Install Knos in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"knos": {
"command": "uvx",
"args": [
"knos"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs