Skip to content
Claude Desktop

gitlab ci mcp for Claude Desktop

io.github.mshegolev/gitlab-ci-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install gitlab ci mcp in Claude Desktop

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

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

{
  "mcpServers": {
    "gitlab-ci-mcp": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

gitlab ci mcp in other clients