Skip to content
Cursor

gitlab ci mcp for Cursor

io.github.mshegolev/gitlab-ci-mcp

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

client:Cursor transport:stdio runtime:pypi

Install gitlab ci mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gitlab ci mcp in other clients