← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...