← Back to browse

bovedia

Indexed by io.github.jmpdsevilla

About

Memoria personal para Claude Code en notas Markdown; no carga el contexto a ciegas.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsKB_MEMORY_ROOT KB_ENABLE_ANNOTATIONS KB_TOOLS
Claude Code
claude mcp add --env KB_MEMORY_ROOT= --env KB_ENABLE_ANNOTATIONS= --env KB_TOOLS= bovedia -- npx bovedia
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"bovedia","command":"npx","args":["bovedia"],"env":{"KB_MEMORY_ROOT":"","KB_ENABLE_ANNOTATIONS":"","KB_TOOLS":""}}'
JSON
{
  "mcpServers": {
    "bovedia": {
      "command": "npx",
      "args": [
        "bovedia"
      ],
      "env": {
        "KB_MEMORY_ROOT": "",
        "KB_ENABLE_ANNOTATIONS": "",
        "KB_TOOLS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.