Apache Druid is a high-performance distributed enterprise time series database. With this MCP one case easily query it with natural language and also operate it easily. The server supports: - AI based Time Series Data Analysis - Data Management - Time Series Ingestion Management - Apache Druid Monitoring & Health - Enterprise grade developed in Java like Apache Druid itself to make it compatible with enterprise landscapes
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"DRUID_ROUTER_URL": "https://your-druid-cluster.example.com:8888",
"DRUID_SSL_ENABLED": "true",
"DRUID_AUTH_PASSWORD": "your-password",
"DRUID_AUTH_USERNAME": "your-username",
"DRUID_SSL_SKIP_VERIFICATION": "false"
},
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.web-application-type=none",
"-Dlogging.pattern.console=",
"-jar",
"target/druid-mcp-server-1.0.0.jar"
],
"command": "java"
}