spotdb for Cursor
ai.aliengiraffe/spotdb
Ephemeral data sandbox for AI workflows with guardrails and security
client:Cursor
transport:stdio
runtime:oci
Install spotdb in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spotdb": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/aliengiraffe/spotdb:0.1.0"
],
"env": {
"X-API-Key": "<X-API-Key>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs