Skip to content
Zed

Gitlab Public for Zed

io.github.pipeworx-io/gitlab-public

GitLab Public MCP — wraps the GitLab REST API v4 (public endpoints, no auth)

client:Zed transport:streamable-http

Install Gitlab Public in Zed

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

{
  "context_servers": {
    "gitlab-public": {
      "url": "https://gateway.pipeworx.io/gitlab-public/mcp"
    }
  }
}

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

Gitlab Public in other clients