neural-memory-mcp
v4.43.0
Published
Persistent memory for AI agents — 57 MCP tools, spreading activation recall, neuroscience-inspired consolidation. Works with Claude, GPT, Gemini.
Maintainers
Readme
neural-memory-mcp
Persistent memory for AI agents — 56 MCP tools, spreading activation recall, neuroscience-inspired consolidation.
Install
pip install neural-memoryRun as MCP server
npx neural-memory-mcpConfigure in Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"neural-memory": {
"command": "nmem-mcp",
"args": []
}
}
}Features
- 56 MCP tools — remember, recall, consolidate, review, visualize, and more
- Spreading activation recall — graph traversal, not vector similarity RAG
- 10 neuroscience algorithms — Hebbian learning, hippocampal replay, lateral inhibition
- Tiered memory — HOT/WARM/COLD with auto-tier promotion
- 3 storage backends — SQLite, PostgreSQL, InfinityDB (Pro)
- Cloud sync — Cloudflare Workers hub with encryption
- 6100+ tests, Python 3.11+, MIT licensed
