Skip to content
Grok

OMEM for Grok

io.github.troybrandonc-bit/omem

Memory for AI agents that tracks beliefs over time and surfaces contradictions

client:Grok transport:stdio runtime:pypi

Install OMEM in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "omem": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "omem-infrastructure"
      ],
      "env": {
        "OMEM_API_KEY": "<OMEM_API_KEY>",
        "OMEM_PROJECT": "<OMEM_PROJECT>",
        "OMEM_BASE_URL": "<OMEM_BASE_URL>",
        "OMEM_AGENT": "<OMEM_AGENT>",
        "OMEM_USER": "<OMEM_USER>"
      }
    }
  }
}

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

OMEM in other clients