Skip to content
Grok

keymem for Grok

io.github.donggyun112/keymem

Associative key-graph memory for LLM agents — recall by association, not vector similarity.

client:Grok transport:stdio runtime:npm

Install keymem in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "keymem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "keymem"
      ]
    }
  }
}

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

keymem in other clients