← Index

ai.haymon/dbmcp

ai.haymon/dbmcp·v0.9.1·Databases
Quality Score
85
/100

Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "dbmcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/haymon-ai/dbmcp:0.9.1"
      ],
      "env": {
        "HTTP_HOST": "127.0.0.1",
        "HTTP_PORT": "9001",
        "HTTP_ALLOWED_ORIGINS": "<http_allowed_origins>",
        "HTTP_ALLOWED_HOSTS": "<http_allowed_hosts>"
      }
    }
  }
}
§02  Environment variables
HTTP_HOST

HTTP bind host

HTTP_PORT

HTTP bind port

HTTP_ALLOWED_ORIGINS

Allowed CORS origins (comma-separated)

HTTP_ALLOWED_HOSTS

Allowed host names (comma-separated)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Databases