neurodivergent memory for Zed
io.github.jmeyer1980/neurodivergent-memory
Persistent knowledge graph MCP server for neurodivergent thinking. BM25 search, no cloud LLM.
client:Zed
transport:stdio
runtime:npm
Install neurodivergent memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"neurodivergent-memory": {
"command": "npx",
"args": [
"-y",
"neurodivergent-memory"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs