HomeKnowledge & Memory › ai-memory-mcp

ai-memory-mcp

Persistent memory for any AI — zero token cost until recall

Rust
★ 52 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/alphaonedev/ai-memory:0.5.1

Or add to your MCP client config:

{
  "mcpServers": {
    "ai-memory-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/alphaonedev/ai-memory:0.5.1"
      ],
      "env": {
        "AI_MEMORY_DB": "<YOUR_VALUE>"
      }
    }
  }
}
  • AI_MEMORY_DB — Path to the SQLite database file

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry