ai-memory is a persistent memory system for AI assistants that stores learned information in a local SQLite database and retrieves relevant memories on demand.
From the registry: Persistent memory for any AI — zero token cost until recall
$ cargo install ai-memoryhttps://github.com/alphaonedev/ai-memory-mcpPlease install the `ai-memory` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install the ai-memory binary** — Install via shell installer, cargo, apt/dnf, or Homebrew. Example (Unix): curl -fsSL https://raw.githubusercontent.com/alphaonedev/ai-memory-mcp/main/install.sh | sh Run: `cargo install ai-memory` (https://github.com/alphaonedev/ai-memory-mcp)
Canonical MCP server config (stdio transport):
- command: `ai-memory`
- args: ["--db","~/.claude/ai-memory.db","mcp","--tier","semantic"]
Note: Rust binary; local SQLite memory store. --tier options: keyword, semantic (default), smart, autonomous. Smart/autonomous tiers need a local Ollama install.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI Agents Framework with Self Reflection and MCP support