Skip to content
Zed

BanditDB for Zed

com.banditdb/mcp

Persistent decision memory for agents — learns which action works in which context

client:Zed transport:stdio runtime:pypi

Install BanditDB in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "banditdb-python"
      ],
      "env": {
        "BANDITDB_URL": "<BANDITDB_URL>",
        "BANDITDB_API_KEY": "<BANDITDB_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

BanditDB in other clients