bovedia for Zed
io.github.jmpdsevilla/bovedia
Memoria personal para Claude Code en notas Markdown; no carga el contexto a ciegas.
client:Zed
transport:stdio
runtime:npm
Install bovedia in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bovedia": {
"command": "npx",
"args": [
"-y",
"bovedia"
],
"env": {
"KB_MEMORY_ROOT": "<KB_MEMORY_ROOT>",
"KB_ENABLE_ANNOTATIONS": "<KB_ENABLE_ANNOTATIONS>",
"KB_TOOLS": "<KB_TOOLS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs