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