Skip to content
Cursor

bovedia for Cursor

io.github.jmpdsevilla/bovedia

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

client:Cursor transport:stdio runtime:npm

Install bovedia in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "bovedia": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bovedia"
      ],
      "env": {
        "KB_MEMORY_ROOT": "<KB_MEMORY_ROOT>",
        "KB_ENABLE_ANNOTATIONS": "<KB_ENABLE_ANNOTATIONS>",
        "KB_TOOLS": "<KB_TOOLS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bovedia in other clients