mcp-server-motherduck

Official
[project] name = "mcp-server-motherduck" version = "0.4.0-rc.1" description = "A MCP server for MotherDuck and local DuckDB" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.3.0", "duckdb>=1.2.1", "pandas>=2.0.0", "tabulate>=0.9.0", ] [[project.authors]] name = "tdoehmen" email = "till@motherduck.com" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.scripts] mcp-server-motherduck = "mcp_server_motherduck:main"