From the creators of the ai-memory open-source project · AgenticMem, owned by AlphaOne LLC

Persistent memory
for any AI agent.

We created and maintain ai-memory — the open-source MCP server, HTTP API, and CLI for persistent, semantic, hybrid recall. Now we ship it commercially as AgenticMem for teams that need SLAs, hardening, and support. Works with Claude, ChatGPT, Grok, Gemini, Codex, Cursor, OpenClaw, and any MCP-compatible client. Pure SQLite. Zero cloud dependencies.

  • 97.8%R@5 on LongMemEval
  • 0cloud dependencies
  • SQLiteFTS5 + vector
  • MCPnative protocol

Built for production agents

Memory you can ship. Hybrid keyword + semantic recall, namespaces, tiers, links, contradiction detection, and consolidation — all on a single embeddable file.

Hybrid recall

Keyword (FTS5) + semantic (sentence-transformers) recall, ranked by relevance, priority, access frequency, and tier.

MCP-native

Drop-in MCP server. Works with Claude Code, Cursor, Codex, Grok CLI, OpenClaw, and any MCP client.

Local-first

SQLite-backed. Your memory lives on your machine. No vendor lock, no data exfiltration, no per-token billing.

Namespaces & tiers

Short / mid / long-term tiers. Hierarchical namespaces with scope-aware visibility for multi-agent fleets.

Links & contradictions

First-class memory graph: related_to, supersedes, contradicts, derived_from.

TOON-compact output

Recall returns TOON-compact format by default — ~79% fewer tokens than JSON. More memory, less context spend.

Agentic ai-memory MCP — integrations

We support agentic ai-memory MCP integration across the major AI agent platforms. Drop the MCP server in once and your fleet shares persistent, semantic recall.

OpenAI Operator

Connect Operator agents to durable memory via the MCP bridge.

Claude AI Agents

First-class MCP support — Claude Code, Desktop, and Sonnet/Opus API agents.

xAI Multi-Agent

Grok and xAI multi-agent fleets share namespaced memory across sessions.

Google Gemini Agents

Gemini agent runtimes plug into ai-memory via standard MCP transport.

Hermes Agent

Hermes-class agents persist context, plans, and tool state via ai-memory MCP.

Two editions, one engine

We are the creators and original authors of the ai-memory open-source project. The OSS core stays open under Apache 2.0. Commercial support, hardening, and SLAs are available through AgenticMem, wholly owned by AlphaOne LLC.

ai-memory Open Source

Free · Apache 2.0 · Created by AlphaOne LLC

  • Full MCP server, HTTP API, CLI
  • Semantic + keyword + hybrid recall
  • SQLite FTS5, embedded vectors
  • Community support via GitHub Issues
  • Apache License 2.0
View on GitHub

Install

Three commands. Works on macOS and Linux.

Homebrew
brew install alphaonedev/tap/ai-memory
ai-memory serve
From source
git clone https://github.com/alphaonedev/ai-memory-mcp
cd ai-memory-mcp
cargo install --path .
MCP client config (Claude Code)
{
  "mcpServers": {
    "memory": {
      "command": "ai-memory",
      "args": ["mcp"]
    }
  }
}

Full docs: alphaonedev.github.io/ai-memory-mcp

Commercial support from the creators

Building agents on ai-memory in production? Talk to the team that built it. AgenticMem — owned by AlphaOne LLC and the original creator and maintainer of ai-memory — offers commercial licensing, SLA support, security review, and integration consulting.

AgenticMem

Owned by AlphaOne LLC. Creators, original authors, and maintainers of the ai-memory open-source project. AlphaOne LLC owns the ai-memory™ mark (U.S. trademark application pending — USPTO Serial No. 99761257, filed April 13, 2026).

Email Justin@alpha-one.mobi