Skip to content
Grok

Remembra — AI Memory Layer for Grok

io.github.remembra-ai/remembra

Persistent AI memory with entity resolution, temporal knowledge graph & 11 MCP tools.

client:Grok transport:stdio runtime:pypi

Install Remembra — AI Memory Layer in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "remembra": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "remembra"
      ]
    }
  }
}

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

Remembra — AI Memory Layer in other clients