← Index

io.github.alphaonedev/ai-memory

io.github.alphaonedev/ai-memory·v0.5.1·Memory & RAG
Quality Score
85
/100

Persistent memory for any AI — zero token cost until recall

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "ai-memory": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/alphaonedev/ai-memory:0.5.1"
      ],
      "env": {
        "AI_MEMORY_DB": "<ai_memory_db>"
      }
    }
  }
}
§02  Environment variables
AI_MEMORY_DB

Path to the SQLite database file

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG