Banyan Memory for Zed
io.github.labacacia/banyan-memory
Persistent, governed local memory for MCP-compatible AI clients.
client:Zed
transport:stdio
runtime:nuget
Install Banyan Memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"banyan-memory": {
"command": "dnx",
"args": [
"Banyan.Mcp.Server",
"--yes"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs