Duckpond
Freeby MCP Community
MCP server for multi-tenant DuckDB management with R2/S3 storage
v0.4.4Added Apr 12, 2026
mcpmodel-context-protocolduckdbduckpondr2
Duckpond MCP Server
MCP server for multi-tenant DuckDB management with R2/S3 storage
Installation
Reviews
Installation
Quick install
npx -y duckpond-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"duckpond": {
"command": "npx",
"args": ["-y", "duckpond-mcp-server"]
}
}
}