{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
    "name": "io.github.motherduckdb/mcp-server-motherduck",
    "description": "Fast analytics and data processing with DuckDB and MotherDuck",
    "repository": {
        "url": "https://github.com/motherduckdb/mcp-server-motherduck",
        "source": "github"
    },
    "version": "0.6.4",
    "packages": [
        {
            "registryType": "pypi",
            "registryBaseUrl": "https://pypi.org",
            "identifier": "mcp-server-motherduck",
            "version": "0.6.4",
            "transport": {
                "type": "stdio"
            },
            "packageArguments": [
                {
                    "description": "Transport type for MCP server",
                    "default": "stdio",
                    "choices": [
                        "stdio",
                        "sse",
                        "stream"
                    ],
                    "type": "named",
                    "name": "--transport"
                },
                {
                    "description": "Port to listen on for sse and stream transport mode",
                    "format": "number",
                    "default": "8000",
                    "type": "named",
                    "name": "--port"
                },
                {
                    "description": "Path to local DuckDB database file or MotherDuck database",
                    "default": "md:",
                    "type": "named",
                    "name": "--db-path"
                },
                {
                    "description": "Access token to use for MotherDuck database connections",
                    "isSecret": true,
                    "type": "named",
                    "name": "--motherduck-token"
                },
                {
                    "description": "Flag for connecting to DuckDB or MotherDuck in read-only mode",
                    "type": "named",
                    "name": "--read-only"
                },
                {
                    "description": "Home directory for DuckDB",
                    "type": "named",
                    "name": "--home-dir"
                },
                {
                    "description": "Flag for connecting to MotherDuck in SaaS mode (disables filesystem and write permissions for local DuckDB)",
                    "type": "named",
                    "name": "--saas-mode"
                },
                {
                    "description": "Enable JSON responses for HTTP stream (only supported for stream transport)",
                    "type": "named",
                    "name": "--json-response"
                }
            ],
            "environmentVariables": [
                {
                    "description": "Access token to use for MotherDuck database connections",
                    "isSecret": true,
                    "name": "motherduck_token"
                },
                {
                    "description": "Home directory for DuckDB (used as default if --home-dir not specified)",
                    "name": "HOME"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2025-09-10T15:38:28.952825Z",
            "publishedAt": "2025-09-10T15:38:28.952825Z",
            "updatedAt": "2025-09-10T15:38:28.952825Z",
            "isLatest": false
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2025-09-10T15:38:28+00:00",
            "updatedAt": "2025-09-10T15:38:28+00:00"
        }
    }
}