mcp-server-motherduck
Official
by motherduckdb
initialize-connection
Create a connection to either a local DuckDB or MotherDuck and retrieve available databases
Input Schema
Name | Required | Description | Default |
---|---|---|---|
type | Yes | Type 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"
}