bovedia for Claude Desktop
io.github.jmpdsevilla/bovedia
Memoria personal para Claude Code en notas Markdown; no carga el contexto a ciegas.
client:Claude Desktop
transport:stdio
runtime:npm
Install bovedia in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bovedia": {
"command": "npx",
"args": [
"-y",
"bovedia"
],
"env": {
"KB_MEMORY_ROOT": "<KB_MEMORY_ROOT>",
"KB_ENABLE_ANNOTATIONS": "<KB_ENABLE_ANNOTATIONS>",
"KB_TOOLS": "<KB_TOOLS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs