Neurodivergent Memory
未认领A TypeScript-based MCP server implementing a memory system inspired by neurodivergent cognitive styles. It organizes thoughts into five districts (knowledge domains), ranks search results using BM25 semantic ranking, and stores memories as a persistent knowledge graph with bidirectional connections.
安装
npx neurodivergent-memory@latest init-agent-kit工具(17 个)
connect_memories
Add an edge between two memory nodes
delete_memory
Remove a memory and all its connections
distill_memory
Translate an emotionalprocessing memory into a structured logical artifact
import_memories
Bulk import from inline entries or a snapshot file with dry-run and migration controls
list_memories
Paginated enumeration of all stored memories
memory_stats
Totals, per-district/per-project counts, most-accessed, and orphans
prepare_memory_city_context
Tool mirror of explorememorycity for prompt-limited clients
prepare_packetized_synthesis_context
Tool mirror of synthesizememorypackets for attachment-constrained clients
prepare_synthesis_context
Tool mirror of synthesizememories for prompt-limited clients
register_district
Register a custom district with LUCA ancestry validation
related_to
Hop-proximity + BM25 blend for a given memory ID, with optional goal-context boost
retrieve_memory
Fetch one memory by ID
search_memories
BM25-ranked search with optional context, recencyweight, minscore, district, tag, valence, and intensity filters
storage_diagnostics
Resolved snapshot path, WAL path, and effective persistence source
store_memory
Create a new memory node
traverse_from
BFS graph walk from a node up to N hops
update_memory
Modify content, tags, district, valence, or intensity