MCP Server
MCP
io.github.michael-denyer/hot-memory-mcp
Two-tier memory: hot cache (0ms) + semantic search. Self-organizing.
Install
uvx hot-memory-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "hot-memory-mcp",
"version": "0.8.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to SQLite database file",
"format": "string",
"name": "MEMORY_MCP_DB_PATH"
},
{
"description": "Embedding model to use (default: all-MiniLM-L6-v2)",
"format": "string",
"name": "MEMORY_MCP_EMBEDDING_MODEL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment