MotherDuckdb
0
Enables interaction with MotherDuck and local DuckDB databases using the Model Context Protocol.
关于
MotherDuckdb provides an MCP server that allows interaction with both MotherDuck and local DuckDB databases. It offers tools for initializing connections, retrieving database schemas, and executing queries, making it easier to integrate these databases into applications leveraging the Model Context Protocol. It includes a prompt to initialize a connection and start working with DuckDB or MotherDuck. Configuration details are provided for use with Claude Desktop, highlighting environment variable settings required for both DuckDB and MotherDuck connections.
主要功能
- Initializes connections to local DuckDB or MotherDuck
- Supports integration with Claude Desktop via configuration
- Executes queries on the MotherDuck (DuckDB) database
- 0 GitHub stars
- Retrieves table schemas from DuckDB/MotherDuck databases
- Provides a prompt for initializing database connections
使用案例
- Retrieving database schemas for use in applications
- Executing queries against DuckDB or MotherDuck databases
- Integrating DuckDB or MotherDuck into applications using the Model Context Protocol