DuckDB MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_ACCESS_KEY_ID | No | AWS access key ID for S3 connections | |
| AWS_SESSION_TOKEN | No | AWS session token for temporary credentials (AWS SSO) | |
| AWS_DEFAULT_REGION | No | AWS default region for S3 connections | |
| AWS_SECRET_ACCESS_KEY | No | AWS 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
| Name | Description |
|---|---|
| queryC | Use this to execute a query on the DuckDB database |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| duckdb-initial-prompt | A prompt to initialize a connection to duckdb and start working with it |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
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.
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.
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.
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.