Note: Make sure Claude Desktop is running before attempting to connect.
1{2 "mcpServers": {3 "duckdb": {4 "cwd": "optional",5 "env": {},6 "args": [7 "mcp-server-duckdb",8 "--db-path",9 "~/mcp-server-duckdb/data/data.db"10 ],11 "shell": false,12 "command": "uvx"13 }14 }15}
No reviews yet. Be the first to review!
Sign in to join the conversation