Skip to content
Grok

genesys memory for Grok

io.github.astrix-labs/genesys-memory

Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools).

client:Grok transport:stdio runtime:pypi

Install genesys memory 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": {
    "genesys-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "genesys-memory"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "GENESYS_EMBEDDER": "<GENESYS_EMBEDDER>"
      }
    }
  }
}

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

genesys memory in other clients