Skip to main content
Glama
yeongbin-hwang

imply-druid-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging levelINFO
IMPLY_REGIONYesRegion (e.g., us-east-1)
IMPLY_API_KEYNoImply API key
IMPLY_PROJECT_IDYesImply project ID
MAX_QUERY_LENGTHNoMaximum SQL query length10000
IMPLY_ACCESS_TOKENNoOAuth access token (alternative)
IMPLY_ORGANIZATIONYesImply Cloud organization name
IMPLY_CLOUD_PROVIDERYesCloud provider: aws, gcp, or azure
DEFAULT_QUERY_TIMEOUT_MSNoDefault query timeout (ms)30000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_sql_queryA

Execute a SQL query against Druid and return results. Use this for synchronous queries on small datasets.

execute_async_queryA

Execute an asynchronous SQL query for large datasets or long-running queries. Returns a query ID.

get_query_resultsB

Get results from an asynchronous query using its query ID.

get_query_statusC

Check the status of an asynchronous query.

cancel_queryB

Cancel a running query.

list_tablesA

List all tables in the Druid project with their metadata.

get_table_schemaC

Get detailed schema information for a specific table.

list_dashboardsA

List all dashboards in the Imply project with their metadata.

get_dashboardB

Get detailed information about a specific dashboard including its configuration.

list_data_cubesA

List all data cubes in the Imply project with their metadata.

get_data_cubeA

Get detailed information about a specific data cube including dimensions and measures.

query_data_cubeA

Execute SQL query against a data cube (Pivot). Use 'source' from list_data_cubes. Syntax: FROM "datacube"."SOURCE", "DIM:dimension_name", MEASURE_BY_ID('measure_id')

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/yeongbin-hwang/imply-druid-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server