Skip to content
Windsurf

Drone CI/CD MCP Server for Windsurf

io.github.yusiwen/drone-mcp-server

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

client:Windsurf transport:stdio runtime:oci

Install Drone CI/CD MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Drone CI/CD MCP Server in other clients