Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

bovedia in other clients