RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
com.iunera/druid-mcp-server · v1.8.2
AI-powered MCP server for Apache Druid cluster management and analytic
druid-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"druid-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/iunera/druid-mcp-server:1.8.2"
],
"env": {
"DRUID_ROUTER_URL": "<DRUID_ROUTER_URL>"
}
}
}
}DRUID_ROUTER_URL必填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可选secretPassword 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)
DRUID_MCP_READONLY_ENABLED可选Enable read-only mode (only GET requests and SQL queries allowed)
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "com.iunera/druid-mcp-server",
"type": "mcp-server",
"version": "1.8.2",
"displayName": "druid-mcp-server",
"description": "AI-powered MCP server for Apache Druid cluster management and analytic",
"repository": {
"url": "https://github.com/iunera/druid-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/iunera/druid-mcp-server:1.8.2",
"runtimeHint": "docker",
"transport": "stdio",
"environmentVariables": [
{
"name": "DRUID_ROUTER_URL",
"description": "Druid router URL for connecting to the Druid cluster",
"isRequired": true
},
{
"name": "DRUID_COORDINATOR_URL",
"description": "Druid coordinator URL for querying metadata endpoints (optional)"
},
{
"name": "DRUID_AUTH_USERNAME",
"description": "Username for Druid authentication (optional)"
},
{
"name": "DRUID_AUTH_PASSWORD",
"description": "Password for Druid authentication (optional)",
"isSecret": true
},
{
"name": "DRUID_SSL_ENABLED",
"description": "Enable SSL/TLS support for Druid connections"
},
{
"name": "DRUID_SSL_SKIP_VERIFICATION",
"description": "Skip SSL certificate verification (for development/testing only)"
},
{
"name": "DRUID_MCP_READONLY_ENABLED",
"description": "Enable read-only mode (only GET requests and SQL queries allowed)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.iunera/druid-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.iunera%2Fdruid-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}