Skip to content
Grok

OMEGA Memory for Grok

io.github.omega-memory/omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

client:Grok transport:stdio runtime:pypi

Install OMEGA Memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "omega-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "omega-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

OMEGA Memory in other clients