agentic-memory

agentralabs/agentic-memory
★ 10 stars Rust 🤖 AI/LLM Updated 22d ago
Persistent cognitive graph memory for AI agents — facts, decisions, reasoning chains, corrections. 16 query types, sub-millisecond. Rust core + Python SDK + 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": {
    "agentic-memory": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "agentic-memory"
      ]
    }
  }
}

Topics

agent-memoryagenticai-agentsbelief-revisionbinary-formatclaudecognitive-architecturecursorgraph-databaseknowledge-graphllmmcpmemorymodel-context-protocolpython