Db Connect MCP
Rank #4,910io.github.yugui923/db-connect-mcp
MCP server providing db-connect-mcp capabilities
Db Connect MCP is a Model Context Protocol (MCP) server published by yugui923. It ranks #4,910 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Db Connect MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Oct 23, 2025 and most recently updated on Feb 2, 2026.
Ranks ahead of 110,681 of 115,591 servers on MCP Toplist.
Use Db Connect MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add db-connect-mcp -e "DATABASE_URL=<your DATABASE_URL>" -- uvx db-connect-mcpReplace each placeholder with your own value before saving.
[mcp_servers.db-connect-mcp]
command = "uvx"
args = ["db-connect-mcp"]
[mcp_servers.db-connect-mcp.env]
DATABASE_URL = "<your DATABASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"db-connect-mcp": {
"command": "uvx",
"args": [
"db-connect-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"db-connect-mcp": {
"command": "uvx",
"args": [
"db-connect-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"db-connect-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"db-connect-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"db-connect-mcp": {
"command": "uvx",
"args": [
"db-connect-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"db-connect-mcp": {
"command": "uvx",
"args": [
"db-connect-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}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/io.github.yugui923%2Fdb-connect-mcp)<a href="https://mcptoplist.com/server/io.github.yugui923%2Fdb-connect-mcp"><img src="https://mcptoplist.com/badge/io.github.yugui923%2Fdb-connect-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
yugui923
Other servers by yugui923
View all yugui923 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Feb 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Db Connect MCP?
- Db Connect MCP is maintained by yugui923, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Db Connect MCP listed on the Official MCP Registry?
- Yes — Db Connect MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Db Connect MCP have?
- MCP Toplist tracks 2 versions of Db Connect MCP, most recently published on Feb 2, 2026.
- Where can I find the source code for Db Connect MCP?
- The source code for Db Connect MCP is hosted at github.com/yugui923/db-connect-mcp.