← Back to Plugins
MCP Server MCP

io.github.mshegolev/gitlab-ci-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx gitlab-ci-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "gitlab-ci-mcp",
      "version": "0.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitLab instance URL (e.g. https://gitlab.com or https://gitlab.example.com)",
          "isRequired": true,
          "format": "string",
          "name": "GITLAB_URL"
        },
        {
          "description": "GitLab Personal Access Token with 'api' scope",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GITLAB_TOKEN"
        },
        {
          "description": "Default project path (e.g. my-org/my-repo); can be overridden per call",
          "format": "string",
          "name": "GITLAB_PROJECT_PATH"
        },
        {
          "description": "Verify SSL certificates (true/false). Set to 'false' for self-hosted GitLab with self-signed certs.",
          "format": "string",
          "default": "true",
          "name": "GITLAB_SSL_VERIFY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...