Knowledge Systems
Trust: 32/100 (Limited)io.github.KairosMobius/memory-nexus-mcp Guide
Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.
by KairosMobius
Quick Start
Install
npx @memory-nexus/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-kairosmobius-memory-nexus-mcp": {
"command": "npx",
"args": [
"@memory-nexus/mcp"
]
}
}
}