ai-memory-mcp

alphaonedev/ai-memory-mcp
★ 10 stars Rust 🤖 AI/LLM Updated 7d ago
Persistent memory for any AI — MCP server, HTTP API, CLI. Works with Claude, ChatGPT, Grok, Gemini, Codex, Cursor, OpenClaw, and any MCP client. 97.8% R@5 on LongMemEval. Pure SQLite FTS5, zero cloud dependencies.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-memory-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ai-memory-mcp"
      ]
    }
  }
}