Home › Knowledge & Memory › BovedIA

BovedIA

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

TypeScript Local macOSWindowsLinux
★ 1 stars Last pushed 2026-08-28 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.7.0)

npx -y bovedia@2.7.0

Or add to your MCP client config:

{
  "mcpServers": {
    "bovedia": {
      "command": "npx",
      "args": [
        "-y",
        "bovedia@2.7.0"
      ],
      "env": {
        "KB_MEMORY_ROOT": "<YOUR_VALUE>",
        "KB_ENABLE_ANNOTATIONS": "<YOUR_VALUE>",
        "KB_TOOLS": "<YOUR_VALUE>"
      }
    }
  }
}
  • KB_MEMORY_ROOT — Ruta de la carpeta de tu bóveda. Si no se define, usa ~/Documents/bovedia.
  • KB_ENABLE_ANNOTATIONS — Pon a 1 para activar Markdown Annotations. Por defecto desactivado.
  • KB_TOOLS — Pon core para exponer solo las herramientas de uso diario y gastar menos contexto. Por defecto full.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry