db-conn-mcp
Rank #3,061io.github.Idle-Sync/db-conn-mcp
A dead-simple, self-hosted MCP server for securely querying databases via AI agents.
db-conn-mcp is a Model Context Protocol (MCP) server published by idle-sync. It ranks #3,061 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. db-conn-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 10 tracked versions. It was first listed on Jun 3, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 112,530 of 115,591 servers on MCP Toplist.
Use db-conn-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add db-conn-mcp -- uvx db-conn-mcp[mcp_servers.db-conn-mcp]
command = "uvx"
args = ["db-conn-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"db-conn-mcp": {
"command": "uvx",
"args": [
"db-conn-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"db-conn-mcp": {
"command": "uvx",
"args": [
"db-conn-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"db-conn-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"db-conn-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"db-conn-mcp": {
"command": "uvx",
"args": [
"db-conn-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"db-conn-mcp": {
"command": "uvx",
"args": [
"db-conn-mcp"
]
}
}
}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.Idle-Sync%2Fdb-conn-mcp)<a href="https://mcptoplist.com/server/io.github.Idle-Sync%2Fdb-conn-mcp"><img src="https://mcptoplist.com/badge/io.github.Idle-Sync%2Fdb-conn-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
idle-sync
Other servers by idle-sync
View all idle-sync servers →Available versions (10)
| Version | Published |
|---|---|
| 0.7.1 | Aug 13, 2026 |
| 0.7.0 | Aug 12, 2026 |
| 0.6.0 | Aug 12, 2026 |
| 0.5.6 | Aug 11, 2026 |
| 0.5.4 | Aug 10, 2026 |
| 0.5.2 | Aug 10, 2026 |
| 0.5.0 | Aug 6, 2026 |
| 0.4.0 | Jun 30, 2026 |
| 0.2.0 | Jun 3, 2026 |
| 0.1.1 | Jun 3, 2026 |
Frequently asked questions
- Who maintains db-conn-mcp?
- db-conn-mcp is maintained by idle-sync, which publishes 2 MCP servers (16 total versions) tracked on MCP Toplist.
- Is db-conn-mcp listed on the Official MCP Registry?
- Yes — db-conn-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does db-conn-mcp have?
- MCP Toplist tracks 10 versions of db-conn-mcp, most recently published on Aug 13, 2026.
- Where can I find the source code for db-conn-mcp?
- The source code for db-conn-mcp is hosted at github.com/idle-sync/db-conn-mcp.