hot memory mcp for Zed
io.github.michael-denyer/hot-memory-mcp
Two-tier memory: hot cache (0ms) + semantic search. Self-organizing.
client:Zed
transport:stdio
runtime:pypi
Install hot memory mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs