Skip to content
Grok

Memento for Grok

io.github.jee1/memento-mcp-server

Agent memory MCP server with 4-type cognitive memory, hybrid search, and TTL-based forgetting.

client:Grok transport:stdio runtime:npm

Install Memento in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "memento-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "memento-mcp-server"
      ]
    }
  }
}

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