AI & ML
Trust: 39/100 (Limited)io.github.tobs-code/cozo-memory Guide
Local-first memory system for AI agents with hybrid search and graph reasoning
1 starsby tobs-code
Quick Start
Install
npx cozo-memoryClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-tobs-code-cozo-memory": {
"command": "npx",
"args": [
"cozo-memory"
]
}
}
}