dbx
Rank #33io.github.t8y2/dbx
Query databases from AI agents using connections configured in DBX.
dbx is a Model Context Protocol (MCP) server published by t8y2. It ranks #33 of 115,460 servers tracked on MCP Toplist, and its repository has 17,484 GitHub stars. dbx is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 29, 2026 and most recently updated on May 3, 2026.
Ranks ahead of 115,427 of 115,460 servers on MCP Toplist.
Use dbx
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dbx -- npx -y @dbx-app/mcp-server[mcp_servers.dbx]
command = "npx"
args = ["-y", "@dbx-app/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dbx": {
"command": "npx",
"args": [
"-y",
"@dbx-app/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dbx": {
"command": "npx",
"args": [
"-y",
"@dbx-app/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dbx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dbx-app/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dbx": {
"command": "npx",
"args": [
"-y",
"@dbx-app/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dbx": {
"command": "npx",
"args": [
"-y",
"@dbx-app/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.t8y2%2Fdbx)<a href="https://mcptoplist.com/server/io.github.t8y2%2Fdbx"><img src="https://mcptoplist.com/badge/io.github.t8y2%2Fdbx.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
t8y2
Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | May 3, 2026 |
Frequently asked questions
- Who maintains dbx?
- dbx is maintained by t8y2, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is dbx listed on the Official MCP Registry?
- Yes — dbx is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does dbx have?
- MCP Toplist tracks 1 version of dbx, most recently published on May 3, 2026.
- Where can I find the source code for dbx?
- The source code for dbx is hosted at github.com/t8y2/dbx.