kbdb for Zed
io.github.diko316/kbdb
A searchable second brain for AI agents: ranked keyword and semantic search over your Markdown.
client:Zed
transport:stdio
runtime:npm
Install kbdb in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kbdb": {
"command": "npx",
"args": [
"-y",
"@dikolab/kbdb"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs