{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.yugui923/db-connect-mcp",
    "description": "Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse",
    "title": "DB Connect MCP",
    "repository": {
        "url": "https://github.com/yugui923/db-connect-mcp",
        "source": "github"
    },
    "version": "0.3.1",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "db-connect-mcp",
            "version": "0.3.1",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Database connection URL (e.g., postgresql+asyncpg://user:pass@host:5432/db)",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "DATABASE_URL"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-02-02T03:23:51.655131Z",
            "publishedAt": "2026-02-02T03:23:51.655131Z",
            "updatedAt": "2026-02-02T03:23:51.655131Z",
            "isLatest": true
        }
    }
}