← Index

MCP Database Server

io.github.Souhar-dya/mcp-db-server·v1.3.1·Databases
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_URL

Database 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