Spotdb
Rank #8936ai.aliengiraffe/spotdb
Provides direct access to an ephemeral DuckDB instance for CSV file uploads, SQL query execution, and database snapshots through a lightweight Go-based server with WebSocket support and S3 integration for temporary data analysis workflows.
Spotdb is a Model Context Protocol (MCP) server published by aliengiraffe. It ranks #8936 of 58,832 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. Spotdb is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Oct 4, 2025 and most recently updated on Oct 9, 2025.
Ranks ahead of 49,896 of 58,832 servers on MCP Toplist.
Use Spotdb
Add Spotdb to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"spotdb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/aliengiraffe/spotdb:0.1.0"
],
"env": {
"X-API-Key": "<your X-API-Key>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries
aliengiraffe
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Oct 9, 2025 |
Frequently asked questions
- What is Spotdb?
- Provides direct access to an ephemeral DuckDB instance for CSV file uploads, SQL query execution, and database snapshots through a lightweight Go-based server with WebSocket support and S3 integration for temporary data analysis workflows.
- Who maintains Spotdb?
- Spotdb is maintained by aliengiraffe, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Spotdb an official MCP server?
- Yes — Spotdb is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Spotdb have?
- MCP Toplist tracks 1 version of Spotdb, most recently published on Oct 9, 2025.
- Where can I find the source code for Spotdb?
- The source code for Spotdb is hosted at github.com/aliengiraffe/spotdb.