Skip to main content
Glama
ys1173

duckdb-iceberg-mcp

by ys1173

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JWKS_URLNoJWKS endpoint for JWT validation (required in full mode)
MAX_ROWSNoMaximum rows returned per query250
MCP_HOSTNoBind address for HTTP/SSE127.0.0.1
MCP_MODENoEasy or full authentication modeeasy
MCP_PORTNoPort for HTTP/SSE8000
MAX_CHARSNoMaximum characters in a query response40000
AWS_REGIONNoAWS regionus-east-1
WRITE_MODENoWrite mode: disabled or enabled (always disabled in easy mode)disabled
AWS_PROFILENoNamed AWS profile
MCP_API_KEYNoStatic bearer token for easy mode HTTP. Empty = no auth
CATALOG_TYPENoCatalog type (only glue supported)glue
JWT_AUDIENCENoExpected aud claim in JWTsduckdb-iceberg-mcp
MCP_TRANSPORTNoTransport protocol: stdio, http (Streamable HTTP), or ssestdio
AWS_ACCESS_KEY_IDNoAWS access key
MCP_ALLOWED_HOSTSNoComma-separated allowed Host headers (e.g. host.docker.internal:*,localhost:*). Empty = SDK default
AWS_SECRET_ACCESS_KEYNoAWS 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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