Skip to content
Zed

gitlab docs for Zed

io.github.ozanmutlu/gitlab-docs

Search and browse 2,900+ official GitLab documentation pages via MCP

client:Zed transport:stdio runtime:npm

Install gitlab docs in Zed

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

{
  "context_servers": {
    "gitlab-docs": {
      "command": "npx",
      "args": [
        "-y",
        "gitlab-docs-mcp"
      ]
    }
  }
}

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

gitlab docs in other clients