Skip to content
Grok

hot memory mcp for Grok

io.github.michael-denyer/hot-memory-mcp

Two-tier memory: hot cache (0ms) + semantic search. Self-organizing.

client:Grok transport:stdio runtime:pypi

Install hot memory mcp 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": {
    "hot-memory-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hot-memory-mcp"
      ],
      "env": {
        "MEMORY_MCP_DB_PATH": "<MEMORY_MCP_DB_PATH>",
        "MEMORY_MCP_EMBEDDING_MODEL": "<MEMORY_MCP_EMBEDDING_MODEL>"
      }
    }
  }
}

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

hot memory mcp in other clients