Official Registry metadata
spotdb
Ephemeral data sandbox for AI workflows with guardrails and security
42Recommendation
Configure in your coding agent
Copy this metadata-derived example, review it, and add secrets only through environment variables on your own machine.
~/.codex/config.toml or codex mcp addRun this command locally. Review package commands before confirming execution.
codex mcp add 'ai-aliengiraffe-spotdb-91549144' --env 'X-API-Key=$X-API-Key' -- 'docker' 'run' '--rm' '-i' 'docker.io/aliengiraffe/spotdb:0.1.0'
.mcp.jsonAdd this entry to the project-level mcpServers object.
{
"mcpServers": {
"ai-aliengiraffe-spotdb-91549144": {
"args": [
"run",
"--rm",
"-i",
"docker.io/aliengiraffe/spotdb:0.1.0"
],
"command": "docker",
"env": {
"X-API-Key": "$X-API-Key"
}
}
}
}.cursor/mcp.jsonKeep secret values as environment-variable references.
{
"mcpServers": {
"ai-aliengiraffe-spotdb-91549144": {
"args": [
"run",
"--rm",
"-i",
"docker.io/aliengiraffe/spotdb:0.1.0"
],
"command": "docker",
"env": {
"X-API-Key": "$X-API-Key"
}
}
}
}.vscode/mcp.jsonReview the generated server entry before enabling it.
{
"servers": {
"ai-aliengiraffe-spotdb-91549144": {
"args": [
"run",
"--rm",
"-i",
"docker.io/aliengiraffe/spotdb:0.1.0"
],
"command": "docker",
"env": {
"X-API-Key": "$X-API-Key"
},
"type": "stdio"
}
}
}~/.gemini/settings.jsonAdd this entry to mcpServers and keep trust disabled initially.
{
"mcpServers": {
"ai-aliengiraffe-spotdb-91549144": {
"args": [
"run",
"--rm",
"-i",
"docker.io/aliengiraffe/spotdb:0.1.0"
],
"command": "docker",
"env": {
"X-API-Key": "$X-API-Key"
},
"trust": false
}
}
}Stacklane does not install, connect to, execute, or security-certify MCP servers. Metadata and risk signals are automated discovery aids.
Declared requirements
Secret names declared by publisher
X-API-KeyValues are never collected by Stacklane. Define them only on your own machine.
Risk signals
- Runs a local package through stdio
- Requires one or more secret values