Skip to content
Zed

MCP Gitlab for Zed

io.github.crunchtools/gitlab

Secure MCP server for GitLab projects, merge requests, issues, and pipelines

client:Zed transport:stdio runtime:pypi

Install MCP Gitlab in Zed

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

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

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

MCP Gitlab in other clients