mcp-server-motherduck

MCP server for DuckDB and MotherDuck

GitHub Stars

321

User Rating

Not Rated

Favorites

0

Views

42

Forks

41

Issues

9

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/motherduckdb/mcp-server-motherduck.git
cd mcp-server-motherduck

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Unable to connect to the database Solution: Verify database settings and ensure correct connection information is used.

Additional Resources