Spotdb
Rank #16,826ai.aliengiraffe/spotdb
MCP server providing spotdb capabilities
Spotdb is a Model Context Protocol (MCP) server published by aliengiraffe. It ranks #16,826 of 132,046 servers tracked on MCP Toplist, and its repository has 22 GitHub stars. Spotdb is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Oct 4, 2025 and most recently updated on Oct 9, 2025.
Ranks ahead of 115,220 of 132,046 servers on MCP Toplist.
Use Spotdb
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add spotdb -e "X-API-Key=<your X-API-Key>" -- docker run -i --rm docker.io/aliengiraffe/spotdb:0.1.0Replace each placeholder with your own value before saving.
[mcp_servers.spotdb]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/aliengiraffe/spotdb:0.1.0"]
[mcp_servers.spotdb.env]
X-API-Key = "<your X-API-Key>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotdb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/aliengiraffe/spotdb:0.1.0"
],
"env": {
"X-API-Key": "<your X-API-Key>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotdb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/aliengiraffe/spotdb:0.1.0"
],
"env": {
"X-API-Key": "<your X-API-Key>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"spotdb": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/aliengiraffe/spotdb:0.1.0"
],
"env": {
"X-API-Key": "<your X-API-Key>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"spotdb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/aliengiraffe/spotdb:0.1.0"
],
"env": {
"X-API-Key": "<your X-API-Key>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.aliengiraffe%2Fspotdb)<a href="https://mcptoplist.com/server/ai.aliengiraffe%2Fspotdb"><img src="https://mcptoplist.com/badge/ai.aliengiraffe%2Fspotdb.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
aliengiraffe
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Oct 9, 2025 |
Frequently asked questions
- Who maintains Spotdb?
- Spotdb is maintained by aliengiraffe, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Spotdb listed on the Official MCP Registry?
- Yes — Spotdb is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- 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.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.