Skip to content
Grok

Gitlab Public for Grok

io.github.pipeworx-io/gitlab-public

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

client:Grok transport:streamable-http

Install Gitlab Public in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gitlab-public": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/gitlab-public/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Gitlab Public in other clients