MCP Database Server
Quality Score
90
/100
MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.
§01 Install
Claude Desktop (Docker)
{
"mcpServers": {
"mcp-db-server": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/souhardyak/mcp-db-server:1.3.1"
],
"env": {
"DATABASE_URL": "<database_url>"
}
}
}
}§02 Environment variables
DATABASE_URLDatabase connection URL. Defaults to local SQLite in /data/default.db.
§03 MCP Quality Score · methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04 Alternatives in Databases
ai.haymon/dbmcp
ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
ai.smithery/afgong-sqlite-mcp-server
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…