Skip to content
Zed

github actions for Zed

io.github.ofershap/github-actions

GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.

client:Zed transport:stdio runtime:npm

Install github actions in Zed

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

{
  "context_servers": {
    "github-actions": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-github-actions"
      ]
    }
  }
}

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

github actions in other clients