ironmem

ironrace/ironmem
★ 0 stars Rust 🧠 Memory/Knowledge Updated 1d ago
AI memory MCP server — semantic search + knowledge graph in a single binary
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": {
    "ironmem": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ironmem"
      ]
    }
  }
}