Skip to content
Grok

Drone CI/CD MCP Server for Grok

io.github.yusiwen/drone-mcp-server

MCP server for Drone CI/CD: 45 tools for builds, repos, secrets, users and templates

client:Grok transport:stdio runtime:oci

Install Drone CI/CD MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "drone-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/yusiwen/drone-mcp-server:2.0.0"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Drone CI/CD MCP Server in other clients