io.github.michael-denyer/hot-memory-mcp MCP Server
io.github.michael-denyer/hot-memory-mcp
What is the io.github.michael-denyer/hot-memory-mcp MCP server?
Two-tier memory: hot cache (0ms) + semantic search. Self-organizing.
How to install io.github.michael-denyer/hot-memory-mcp
Copy-paste configuration for popular MCP clients.
MEMORY_MCP_DB_PATHPath to SQLite database file
MEMORY_MCP_EMBEDDING_MODELEmbedding model to use (default: all-MiniLM-L6-v2)
{
"mcpServers": {
"hot-memory-mcp": {
"command": "uvx",
"args": [
"hot-memory-mcp"
],
"env": {
"MEMORY_MCP_DB_PATH": "<YOUR_MEMORY_MCP_DB_PATH>",
"MEMORY_MCP_EMBEDDING_MODEL": "<YOUR_MEMORY_MCP_EMBEDDING_MODEL>"
}
}
}
}{
"mcpServers": {
"hot-memory-mcp": {
"command": "uvx",
"args": [
"hot-memory-mcp"
],
"env": {
"MEMORY_MCP_DB_PATH": "<YOUR_MEMORY_MCP_DB_PATH>",
"MEMORY_MCP_EMBEDDING_MODEL": "<YOUR_MEMORY_MCP_EMBEDDING_MODEL>"
}
}
}
}{
"mcpServers": {
"hot-memory-mcp": {
"command": "uvx",
"args": [
"hot-memory-mcp"
],
"env": {
"MEMORY_MCP_DB_PATH": "<YOUR_MEMORY_MCP_DB_PATH>",
"MEMORY_MCP_EMBEDDING_MODEL": "<YOUR_MEMORY_MCP_EMBEDDING_MODEL>"
}
}
}
}{
"servers": {
"hot-memory-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"hot-memory-mcp"
],
"env": {
"MEMORY_MCP_DB_PATH": "<YOUR_MEMORY_MCP_DB_PATH>",
"MEMORY_MCP_EMBEDDING_MODEL": "<YOUR_MEMORY_MCP_EMBEDDING_MODEL>"
}
}
}
}claude mcp add hot-memory-mcp --env MEMORY_MCP_DB_PATH=<YOUR_MEMORY_MCP_DB_PATH> --env MEMORY_MCP_EMBEDDING_MODEL=<YOUR_MEMORY_MCP_EMBEDDING_MODEL> -- uvx hot-memory-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.