Skip to content
Cline

GitLab Documentation MCP Server for Cline

io.github.nunolima/gitlab-docs-mcp

Searchable access to GitLab documentation from multiple repositories with full-text search.

client:Cline transport:stdio runtime:oci

Install GitLab Documentation MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "gitlab-docs-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/nunolima/gitlab-docs-mcp:18.7"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

GitLab Documentation MCP Server in other clients