duckdb-iceberg-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWKS_URL | No | JWKS endpoint for JWT validation (required in full mode) | |
| MAX_ROWS | No | Maximum rows returned per query | 250 |
| MCP_HOST | No | Bind address for HTTP/SSE | 127.0.0.1 |
| MCP_MODE | No | Easy or full authentication mode | easy |
| MCP_PORT | No | Port for HTTP/SSE | 8000 |
| MAX_CHARS | No | Maximum characters in a query response | 40000 |
| AWS_REGION | No | AWS region | us-east-1 |
| WRITE_MODE | No | Write mode: disabled or enabled (always disabled in easy mode) | disabled |
| AWS_PROFILE | No | Named AWS profile | |
| MCP_API_KEY | No | Static bearer token for easy mode HTTP. Empty = no auth | |
| CATALOG_TYPE | No | Catalog type (only glue supported) | glue |
| JWT_AUDIENCE | No | Expected aud claim in JWTs | duckdb-iceberg-mcp |
| MCP_TRANSPORT | No | Transport protocol: stdio, http (Streamable HTTP), or sse | stdio |
| AWS_ACCESS_KEY_ID | No | AWS access key | |
| MCP_ALLOWED_HOSTS | No | Comma-separated allowed Host headers (e.g. host.docker.internal:*,localhost:*). Empty = SDK default | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret key |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_lakehouseA | Execute a SQL query. Use read_parquet() or iceberg_scan() for S3 paths, or use the glue_table tool first to register a Glue table by name. |
| list_tablesA | List available tables. Optionally filter by database name. |
| describe_tableB | Describe a table's schema. Use 'database.table' format for Glue. |
| glue_tableA | Register a Glue Iceberg table as a queryable DuckDB view. Resolves the actual data files from the Iceberg manifest (handles tables where data files live outside the Glue-registered table root). Usage: glue_table('database.table_name') After calling this, query with: SELECT * FROM database__table_name |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ys1173/duckdb-iceberg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server