Skip to content
Cursor

gitlab ci break lint for Cursor

io.github.jmshinhwa/gitlab-ci-break-lint

Names the .gitlab-ci.yml lines your runner will reject after the next GitLab major upgrade

client:Cursor transport:stdio runtime:npm

Install gitlab ci break lint in Cursor

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

{
  "mcpServers": {
    "gitlab-ci-break-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/gitlab-ci-break-lint"
      ]
    }
  }
}

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

gitlab ci break lint in other clients