Skip to content
Zed

spotdb for Zed

ai.aliengiraffe/spotdb

Ephemeral data sandbox for AI workflows with guardrails and security

client:Zed transport:stdio runtime:oci

Install spotdb 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": {
    "spotdb": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/aliengiraffe/spotdb:0.1.0"
      ],
      "env": {
        "X-API-Key": "<X-API-Key>"
      }
    }
  }
}

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

spotdb in other clients