Skip to content
Grok

basic memory for Grok

io.github.basicmachines-co/basic-memory

Local-first knowledge management with bi-directional LLM sync via Markdown files.

client:Grok transport:stdio runtime:pypi

Install basic memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "basic-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "basic-memory"
      ]
    }
  }
}

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

basic memory in other clients