Skip to content
Grok

Memento for Grok

io.github.scrypster/memento

Persistent memory for AI tools. Local-first knowledge graph with hybrid search.

client:Grok transport:stdio runtime:oci

Install Memento in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "memento": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/scrypster/memento:0.1.0"
      ]
    }
  }
}

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

Memento in other clients