Odel
BovedIA

BovedIA

Local
@jmpdsevilla1JavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbovediav2.7.0

Run

npx -y bovedia

MCP client config

{
  "mcpServers": {
    "bovedia": {
      "command": "npx",
      "args": [
        "-y",
        "bovedia"
      ]
    }
  }
}