Ephemeral data sandbox for AI workflows with guardrails and security
claude mcp add spotdb -- docker run -i --rm docker.io/aliengiraffe/spotdb:0.1.0
claude_desktop_config.json
{
"mcpServers": {
"spotdb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/aliengiraffe/spotdb:0.1.0"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"spotdb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/aliengiraffe/spotdb:0.1.0"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"spotdb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/aliengiraffe/spotdb:0.1.0"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"spotdb": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/aliengiraffe/spotdb:0.1.0"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"spotdb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/aliengiraffe/spotdb:0.1.0"
]
}
}
}
Great docs mapping to real tool behavior. Auth was painless.
Handles edge cases better than most listings in this category.
Fast responses, sensible error messages when inputs were off.
Great docs mapping to real tool behavior. Auth was painless.
POST /mcp