Skip to main content
Glama
boettiger-lab

DuckDB MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_ACCESS_KEY_IDNoAWS access key ID for S3 connections
AWS_SESSION_TOKENNoAWS session token for temporary credentials (AWS SSO)
AWS_DEFAULT_REGIONNoAWS default region for S3 connections
AWS_SECRET_ACCESS_KEYNoAWS secret access key for S3 connections

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
queryC

Use this to execute a query on the DuckDB database

Prompts

Interactive templates invoked by user choice

NameDescription
duckdb-initial-promptA prompt to initialize a connection to duckdb and start working with it

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'query' has a clear and distinct purpose for executing queries on the DuckDB database.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect. The tool name 'query' follows a simple, clear pattern with no deviations or mixed conventions to evaluate.

Tool Count2/5

A single tool for a database server is too few for the apparent scope, as it lacks basic operations like creating tables, inserting data, or managing connections. This minimal set will likely cause agent failures in handling typical database workflows.

Completeness1/5

The tool surface is severely incomplete for a database server. It only provides query execution, missing essential CRUD operations (e.g., create, read, update, delete), schema management, and other database functionalities, leading to significant gaps in coverage.

Maintenance

ActivityInactive
ResponsivenessNo issues