memorybank for Zed
io.github.maxweb4u/memorybank
Seeds, governs and navigates a memory_bank knowledge base: gated writes, routing, drift vs code
client:Zed
transport:stdio
runtime:npm
Install memorybank in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memorybank": {
"command": "npx",
"args": [
"-y",
"@maxweb4u/mcp-memorybank"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs