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
{
"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