Banyan Memory for Windsurf
io.github.labacacia/banyan-memory
Persistent, governed local memory for MCP-compatible AI clients.
client:Windsurf
transport:stdio
runtime:nuget
Install Banyan Memory in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"banyan-memory": {
"command": "dnx",
"args": [
"Banyan.Mcp.Server",
"--yes"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs