io.github.mshegolev/gitlab-ci-mcp✓
io.github.mshegolev/gitlab-ci-mcp · v0.5.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mshegolev/gitlab-ci-mcp",
"description": "GitLab CI/CD MCP — pipelines, jobs, schedules, MRs, files. Any GitLab (SaaS or self-hosted).",
"repository": {
"url": "https://github.com/mshegolev/gitlab-ci-mcp",
"source": "github"
},
"version": "0.5.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}