Skip to content
Zed

Boyce for Zed

io.github.boyce-io/boyce

Deterministic SQL compiler for AI agents. Your agent stops guessing SQL.

client:Zed transport:stdio runtime:pypi

Install Boyce 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": {
    "boyce": {
      "command": "uvx",
      "args": [
        "boyce"
      ],
      "env": {
        "BOYCE_DB_URL": "<BOYCE_DB_URL>",
        "BOYCE_PROVIDER": "<BOYCE_PROVIDER>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

Boyce in other clients