← Back to browse

druid-mcp-server

Indexed by com.iunera

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDRUID_ROUTER_URL DRUID_COORDINATOR_URL DRUID_AUTH_USERNAME DRUID_AUTH_PASSWORD DRUID_SSL_ENABLED DRUID_SSL_SKIP_VERIFICATION
Claude Code
claude mcp add --env DRUID_ROUTER_URL= --env DRUID_COORDINATOR_URL= --env DRUID_AUTH_USERNAME= --env DRUID_AUTH_PASSWORD= --env DRUID_SSL_ENABLED= --env DRUID_SSL_SKIP_VERIFICATION= druid-mcp-server -- docker docker.io/iunera/druid-mcp-server:2.0.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"druid-mcp-server","command":"docker","args":["docker.io/iunera/druid-mcp-server:2.0.0"],"env":{"DRUID_ROUTER_URL":"","DRUID_COORDINATOR_URL":"","DRUID_AUTH_USERNAME":"","DRUID_AUTH_PASSWORD":"","DRUID_SSL_ENABLED":"","DRUID_SSL_SKIP_VERIFICATION":""}}'
JSON
{
  "mcpServers": {
    "druid-mcp-server": {
      "command": "docker",
      "args": [
        "docker.io/iunera/druid-mcp-server:2.0.0"
      ],
      "env": {
        "DRUID_ROUTER_URL": "",
        "DRUID_COORDINATOR_URL": "",
        "DRUID_AUTH_USERNAME": "",
        "DRUID_AUTH_PASSWORD": "",
        "DRUID_SSL_ENABLED": "",
        "DRUID_SSL_SKIP_VERIFICATION": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.