Skip to content
Zed

Drone CI/CD MCP Server for Zed

io.github.yusiwen/drone-mcp-server

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

client:Zed transport:stdio runtime:oci

Install Drone CI/CD MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Drone CI/CD MCP Server in other clients