Skip to content

claude memory manager for Grok

io.github.nyxtoolsdev/claude-memory-manager

Cross-session memory for Claude Code — context capture, semantic search, recall

client:Grok transport:stdio runtime:pypi

Install claude memory manager in Grok

.mcp.json (in your project root)

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

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

claude memory manager in other clients