Skip to content
Grok

gitlab ci mcp for Grok

io.github.mshegolev/gitlab-ci-mcp

GitLab CI/CD MCP — pipelines, jobs, schedules, MRs, files. Any GitLab (SaaS or self-hosted).

client:Grok transport:stdio runtime:pypi

Install gitlab ci mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gitlab-ci-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gitlab-ci-mcp"
      ],
      "env": {
        "GITLAB_URL": "<GITLAB_URL>",
        "GITLAB_TOKEN": "<GITLAB_TOKEN>",
        "GITLAB_PROJECT_PATH": "<GITLAB_PROJECT_PATH>",
        "GITLAB_SSL_VERIFY": "<GITLAB_SSL_VERIFY>"
      }
    }
  }
}

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 ci mcp in other clients