Skip to content
Grok

Mnemosyne OS for Grok

io.github.mnemosyne-os/mcp

Memory the human governs, on their own machine, plus what other coding agents here wrote.

client:Grok transport:stdio runtime:npm

Install Mnemosyne OS 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": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mnemosyne_os/mcp"
      ],
      "env": {
        "MNEMO_DEFAULT_VAULT": "<MNEMO_DEFAULT_VAULT>",
        "MNEMO_VAULTS": "<MNEMO_VAULTS>",
        "MNEMO_SDK_PORT": "<MNEMO_SDK_PORT>"
      }
    }
  }
}

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

Mnemosyne OS in other clients