mcp-server-motherduck

Official

initialize-connection

Create a connection to either a local DuckDB or MotherDuck and retrieve available databases

Input Schema

NameRequiredDescriptionDefault
typeYesType of the database, either 'DuckDB' or 'MotherDuck'

Input Schema (JSON Schema)

{ "properties": { "type": { "description": "Type of the database, either 'DuckDB' or 'MotherDuck'", "type": "string" } }, "required": [ "type" ], "type": "object" }