AI Memory MCP Server

ai-memory is a persistent memory system for AI assistants. It works with any AI that supports MCP -- Claude, ChatGPT, Grok, Llama, and more. It stores what your AI learns in a local SQLite database, ranks memories by relevance when recalling, and auto-promotes important knowledge to permanent storage. Install it once, and every AI assistant you use remembers your architecture, your preferences, your corrections…

People who need memory tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 43 · #190 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install AI Memory

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "alphaonedev-ai-memory-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/alphaonedev/ai-memory:0.5.1"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.alphaonedev is GitHub-verified and matches the repo owner

03 · What AI Memory can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.10.0 · 2026-07-12

ai-memory v0.10.0 - warn-carrier · The WARN-carrier release ahead of the v1.0.0 secure-default flips (#1972), cut under the v1.0.0 development epic (#1940). · Scope is deliberately narrow and honest: deprecation WARNs…

v0.9.0 · 2026-07-08

ai-memory v0.9.0 · security-hardening · Turns v0.8.0's promises into enforcement. · Agent attestation is now required by default, the mandatory-hook enforce gate is now actually wired live, and 49 fixes…

v0.8.1 · 2026-06-29

ai-memory v0.8.1 - hardened-patch · > The v0.8.0 coordination substrate, review-hardened. A defect-closure patch that takes "shipped" to "shipped, adversarially reviewed, and proven on a second backend": every v0.8.0…

04 · Who maintains AI Memory

ai-memory is maintained by alphaonedev. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
memory - ranked #190 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-07-12)
registry
io.github.alphaonedev/ai-memory (active, first published 2026-04-08)
packages
oci:ghcr.io/alphaonedev/ai-memory:0.5.1

06 · AI Memory FAQ

What is AI Memory?

ai-memory is a persistent memory system for AI assistants. It works with any AI that supports MCP -- Claude, ChatGPT, Grok, Llama, and more. It stores what your AI learns in a local SQLite database, ranks memories by relevance when recalling, and auto-promotes important knowledge to permanent storage. Install it once, and every AI assistant you use remembers your architecture, your preferences, your corrections…

Is AI Memory still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install AI Memory?

Run `docker run -i --rm ghcr.io/alphaonedev/ai-memory:0.5.1`. You can also paste the ready-made client config above.

07 · Alternatives to AI Memory

Pairs well with

Servers that cover what AI Memory doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Zikkaron · Elefante · Talamus · Open Investment Model · Tempera

More Rust MCP servers · Arbor · Palace · Devcontainer MCP · Webshift · see all