MCP Database Server
Rank #5,734io.github.Souhar-dya/mcp-db-server
MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.
MCP Database Server is a Model Context Protocol (MCP) server published by souhar-dya. It ranks #5,734 of 132,046 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. MCP Database Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Sep 23, 2025 and most recently updated on Apr 18, 2026.
Ranks ahead of 126,312 of 132,046 servers on MCP Toplist.
Use MCP Database Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-db-server -e "DATABASE_URL=<your DATABASE_URL>" -- docker run -i --rm docker.io/souhardyak/mcp-db-server:1.3.1Replace each placeholder with your own value before saving.
[mcp_servers.mcp-db-server]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/souhardyak/mcp-db-server:1.3.1"]
[mcp_servers.mcp-db-server.env]
DATABASE_URL = "<your DATABASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-db-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/souhardyak/mcp-db-server:1.3.1"
],
"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": {
"mcp-db-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/souhardyak/mcp-db-server:1.3.1"
],
"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": {
"mcp-db-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/souhardyak/mcp-db-server:1.3.1"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-db-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/souhardyak/mcp-db-server:1.3.1"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-db-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/souhardyak/mcp-db-server:1.3.1"
],
"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.Souhar-dya%2Fmcp-db-server)<a href="https://mcptoplist.com/server/io.github.Souhar-dya%2Fmcp-db-server"><img src="https://mcptoplist.com/badge/io.github.Souhar-dya%2Fmcp-db-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
souhar-dya
Available versions (2)
| Version | Published |
|---|---|
| 1.3.1 | Apr 18, 2026 |
| 1.3.0 | Apr 18, 2026 |
Frequently asked questions
- Who maintains MCP Database Server?
- MCP Database Server is maintained by souhar-dya, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is MCP Database Server listed on the Official MCP Registry?
- Yes — MCP Database Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Database Server have?
- MCP Toplist tracks 2 versions of MCP Database Server, most recently published on Apr 18, 2026.
- Where can I find the source code for MCP Database Server?
- The source code for MCP Database Server is hosted at github.com/souhar-dya/mcp-db-server.
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.