Skip to content
VS Code

Banyan Memory for VS Code

io.github.labacacia/banyan-memory

Persistent, governed local memory for MCP-compatible AI clients.

client:VS Code transport:stdio runtime:nuget

Install Banyan Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "banyan-memory": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Banyan.Mcp.Server",
        "--yes"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Banyan Memory in other clients