★ 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"
]
}
}
}
Run in terminal:
claude mcp add agentic-memory cargo run -- agentic-memory
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentic-memory": {
"command": "cargo",
"args": [
"run",
"--",
"agentic-memory"
]
}
}
}
Topics
agent-memoryagenticai-agentsbelief-revisionbinary-formatclaudecognitive-architecturecursorgraph-databaseknowledge-graphllmmcpmemorymodel-context-protocolpython