73
/ 100
19 days ago
glama

DuckDB MCP Server

Enables AI assistants and IDEs to execute SQL queries on local DuckDB databases, in-memory databases, or cloud-stored databases with support for flexible connections and configurable result limits.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAWS_ACCESS_KEY_ID"": "<your_key>",
🔐 secretAWS_SECRET_ACCESS_KEY"": "<your_secret>",
🔐 secretAWS_SESSION_TOKENFor temporary credentials (AWS SSO), set the environment variable (and optionally AWS_DEFAULT_REGION) to automatically use DuckDB's credential_chain provider.
configAWS_DEFAULT_REGION"": "<your_region>"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/boettiger-lab-mcp-server-duckdb-l6ayou)](https://m8ven.ai/mcp/boettiger-lab-mcp-server-duckdb-l6ayou)
commit: 83a827cf909453707db1fe31a78e4933d58a32bd
code hash: 3af8f944812a4cd8ab86f1db3ab83c810aa62a37be56fbcb45d1070f9b9865e4
verified: 6/18/2026, 11:48:55 AM
view raw JSON →