HomeDatabases & Data › druid-mcp-server

druid-mcp-server

AI-powered MCP server for Apache Druid cluster management and analytic

Java CloudLocal
★ 18 stars Last pushed 2026-08-31 License: Apache-2.0

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_URL required — Druid router URL for connecting to the Druid cluster
  • DRUID_COORDINATOR_URL — Druid coordinator URL for querying metadata endpoints (optional)
  • DRUID_AUTH_USERNAME — Username for Druid authentication (optional)
  • DRUID_AUTH_PASSWORD secret — Password for Druid authentication (optional)
  • DRUID_SSL_ENABLED — Enable SSL/TLS support for Druid connections
  • DRUID_SSL_SKIP_VERIFICATION — Skip SSL certificate verification (for development/testing only)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry