Skip to content
Grok

memento protocol for Grok

io.github.myrakrusemark/memento-protocol

Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.

client:Grok transport:stdio runtime:npm

Install memento protocol 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": {
    "memento-protocol": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "memento-mcp"
      ],
      "env": {
        "MEMENTO_API_KEY": "<MEMENTO_API_KEY>",
        "MEMENTO_API_URL": "<MEMENTO_API_URL>",
        "MEMENTO_WORKSPACE": "<MEMENTO_WORKSPACE>"
      }
    }
  }
}

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 protocol in other clients