Skip to content
Grok

bovedia for Grok

io.github.jmpdsevilla/bovedia

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

client:Grok transport:stdio runtime:npm

Install bovedia in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

bovedia in other clients