Db
Rank #18,017io.github.stucchi/db
MCP server providing db capabilities
Db is a Model Context Protocol (MCP) server published by stucchi. It ranks #18,017 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Db is listed across 3 registries — Official MCP, PulseMCP and Glama, with 12 tracked versions. It was first listed on Feb 14, 2026 and most recently updated on Mar 24, 2026.
Ranks ahead of 97,574 of 115,591 servers on MCP Toplist.
Use Db
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add db -- uvx db-mcp-server[mcp_servers.db]
command = "uvx"
args = ["db-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"db": {
"command": "uvx",
"args": [
"db-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"db": {
"command": "uvx",
"args": [
"db-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"db": {
"type": "stdio",
"command": "uvx",
"args": [
"db-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"db": {
"command": "uvx",
"args": [
"db-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"db": {
"command": "uvx",
"args": [
"db-mcp-server"
]
}
}
}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/io.github.stucchi%2Fdb)<a href="https://mcptoplist.com/server/io.github.stucchi%2Fdb"><img src="https://mcptoplist.com/badge/io.github.stucchi%2Fdb.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
stucchi
Other servers by stucchi
- Trello#21,023 · 8 vers
- MCP Advisor#25,877 · 9 vers
- Domain Check#35,347 · 4 vers
- Italy Opendata#38,647 · 3 vers
- Nexi Xpay#38,648 · 3 vers
- Google Analytics#43,436 · 2 vers
- Telnyx#44,428 · 2 vers
Available versions (12)
| Version | Published |
|---|---|
| 1.2.1 | Mar 24, 2026 |
| 1.1.3 | Mar 4, 2026 |
| 1.1.2 | Feb 25, 2026 |
| 1.1.1 | Feb 24, 2026 |
| 1.0.8 | Feb 23, 2026 |
| 1.0.7 | Feb 23, 2026 |
| 1.0.6 | Feb 22, 2026 |
| 1.0.5 | Feb 22, 2026 |
| 1.0.4 | Feb 22, 2026 |
| 1.0.3 | Feb 22, 2026 |
| 1.0.2 | Feb 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Db?
- Db is maintained by stucchi, which publishes 8 MCP servers (43 total versions) tracked on MCP Toplist.
- Is Db listed on the Official MCP Registry?
- Yes — Db is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Db have?
- MCP Toplist tracks 12 versions of Db, most recently published on Mar 24, 2026.
- Where can I find the source code for Db?
- The source code for Db is hosted at github.com/stucchi/db-mcp-server.