Skip to content
Zed

gitlab for Zed

com.mcparmory/gitlab

Manage projects, groups, branches, merge requests, and CI/CD pipelines

client:Zed transport:stdio runtime:pypi

Install gitlab in Zed

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

{
  "context_servers": {
    "gitlab": {
      "command": "uvx",
      "args": [
        "mcparmory-gitlab"
      ]
    }
  }
}

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

gitlab in other clients