Skip to content
Cline

Drone CI/CD MCP Server for Cline

io.github.yusiwen/drone-mcp-server

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

client:Cline transport:stdio runtime:oci

Install Drone CI/CD MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Drone CI/CD MCP Server in other clients