Skip to content
Claude Desktop

Banyan Memory for Claude Desktop

io.github.labacacia/banyan-memory

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

client:Claude Desktop transport:stdio runtime:nuget

Install Banyan Memory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Banyan Memory in other clients