Skip to content
Grok

mneme for Grok

io.github.thegoatpsy/mneme

Vault-native, accountable memory for Claude Code and MCP clients. Markdown is ground truth.

client:Grok transport:stdio runtime:npm

Install mneme in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mneme": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mneme-mcp-server"
      ]
    }
  }
}

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

mneme in other clients