Home › Databases & Data › druid-mcp-server
druid-mcp-server
AI-powered MCP server for Apache Druid cluster management and analytic
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm docker.io/iunera/druid-mcp-server:2.0.1
Or add to your MCP client config:
{
"mcpServers": {
"druid-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/iunera/druid-mcp-server:2.0.1"
],
"env": {
"DRUID_ROUTER_URL": "<YOUR_VALUE>",
"DRUID_COORDINATOR_URL": "<YOUR_VALUE>",
"DRUID_AUTH_USERNAME": "<YOUR_VALUE>",
"DRUID_AUTH_PASSWORD": "<YOUR_VALUE>",
"DRUID_SSL_ENABLED": "<YOUR_VALUE>",
"DRUID_SSL_SKIP_VERIFICATION": "<YOUR_VALUE>"
}
}
}
}
DRUID_ROUTER_URLrequired — Druid router URL for connecting to the Druid clusterDRUID_COORDINATOR_URL— Druid coordinator URL for querying metadata endpoints (optional)DRUID_AUTH_USERNAME— Username for Druid authentication (optional)DRUID_AUTH_PASSWORDsecret — Password for Druid authentication (optional)DRUID_SSL_ENABLED— Enable SSL/TLS support for Druid connectionsDRUID_SSL_SKIP_VERIFICATION— Skip SSL certificate verification (for development/testing only)
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry