Skip to content
Grok

MemVault MCP Server for Grok

io.github.dreamor/memvault

Shared memory router for AI agents: save/search/recall, session-start injection, review inbox.

client:Grok transport:stdio runtime:oci

Install MemVault MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "memvault": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dreamor/memvault:0.3.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

MemVault MCP Server in other clients