ferrosa-memory

ferrosadb/ferrosa-memory
★ 7 stars Rust Memory/Knowledge Updated 1d ago ✗ Risk
Ferrosa Memory is an MCP-native memory server. Typed facts with history, plans, skills, graph relationships and folded context — returned by meaning, keyword, sound, or graph traversal. Forgetting is auditable and reversible.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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