Skip to content
Claude Desktop

Gitlab Public for Claude Desktop

io.github.pipeworx-io/gitlab-public

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

client:Claude Desktop transport:streamable-http

Install Gitlab Public in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "gitlab-public": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/gitlab-public/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Gitlab Public in other clients