← Back to browse

hot-memory-mcp

Indexed by io.github.michael-denyer

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMEMORY_MCP_DB_PATH MEMORY_MCP_EMBEDDING_MODEL
Claude Code
claude mcp add --env MEMORY_MCP_DB_PATH= --env MEMORY_MCP_EMBEDDING_MODEL= hot-memory-mcp -- uvx hot-memory-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"hot-memory-mcp","command":"uvx","args":["hot-memory-mcp"],"env":{"MEMORY_MCP_DB_PATH":"","MEMORY_MCP_EMBEDDING_MODEL":""}}'
JSON
{
  "mcpServers": {
    "hot-memory-mcp": {
      "command": "uvx",
      "args": [
        "hot-memory-mcp"
      ],
      "env": {
        "MEMORY_MCP_DB_PATH": "",
        "MEMORY_MCP_EMBEDDING_MODEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.