Skip to content
Windsurf

spotdb for Windsurf

ai.aliengiraffe/spotdb

Ephemeral data sandbox for AI workflows with guardrails and security

client:Windsurf transport:stdio runtime:oci

Install spotdb in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "spotdb": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/aliengiraffe/spotdb:0.1.0"
      ],
      "env": {
        "X-API-Key": "<X-API-Key>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

spotdb in other clients