openmemory

raymondj99/openmemory
★ 1 stars Rust 🤖 AI/LLM Updated 4d ago
Persistent agent memory + hybrid text search, behind an MCP server
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": {
    "openmemory": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "openmemory"
      ]
    }
  }
}

README Excerpt

Persistent memory for AI agents. A single Rust binary that gives any hybrid (vector + keyword) search, and a free-text index. Works with Claude Code, Claude Desktop, [OpenClaw](https://openclaw.ai), and any MCP client. **Pre-built binary** (macOS, Linux): ```bash curl -fsSL https://raw.githubusercontent.com/raymondj99/openmemory/main/scripts/install.sh | bash

Tools (18)

completionsconsolidatedeleteembeddingsforgetforget_entityfts5get_entityhnswindex_textlist_entitiesmcpServersopenmemoryrecallremembersearchstatuswatch