Skip to content
Cline

hot memory mcp for Cline

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

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

client:Cline transport:stdio runtime:pypi

Install hot memory mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hot-memory-mcp": {
      "command": "uvx",
      "args": [
        "hot-memory-mcp"
      ],
      "env": {
        "MEMORY_MCP_DB_PATH": "<MEMORY_MCP_DB_PATH>",
        "MEMORY_MCP_EMBEDDING_MODEL": "<MEMORY_MCP_EMBEDDING_MODEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

hot memory mcp in other clients