gitlab-ci-mcp
Rank #22,603io.github.mshegolev/gitlab-ci-mcp
GitLab CI/CD MCP — pipelines, jobs, schedules, MRs, files. Any GitLab (SaaS or self-hosted).
gitlab-ci-mcp is a Model Context Protocol (MCP) server published by mshegolev. It ranks #22,603 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. gitlab-ci-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 17, 2026 and most recently updated on Apr 17, 2026.
Ranks ahead of 92,857 of 115,460 servers on MCP Toplist.
Use gitlab-ci-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gitlab-ci-mcp -e "GITLAB_URL=<your GITLAB_URL>" -e "GITLAB_TOKEN=<your GITLAB_TOKEN>" -e "GITLAB_PROJECT_PATH=<your GITLAB_PROJECT_PATH>" -e "GITLAB_SSL_VERIFY=<your GITLAB_SSL_VERIFY>" -- uvx gitlab-ci-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gitlab-ci-mcp]
command = "uvx"
args = ["gitlab-ci-mcp"]
[mcp_servers.gitlab-ci-mcp.env]
GITLAB_URL = "<your GITLAB_URL>"
GITLAB_TOKEN = "<your GITLAB_TOKEN>"
GITLAB_PROJECT_PATH = "<your GITLAB_PROJECT_PATH>"
GITLAB_SSL_VERIFY = "<your GITLAB_SSL_VERIFY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gitlab-ci-mcp": {
"command": "uvx",
"args": [
"gitlab-ci-mcp"
],
"env": {
"GITLAB_URL": "<your GITLAB_URL>",
"GITLAB_TOKEN": "<your GITLAB_TOKEN>",
"GITLAB_PROJECT_PATH": "<your GITLAB_PROJECT_PATH>",
"GITLAB_SSL_VERIFY": "<your GITLAB_SSL_VERIFY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gitlab-ci-mcp": {
"command": "uvx",
"args": [
"gitlab-ci-mcp"
],
"env": {
"GITLAB_URL": "<your GITLAB_URL>",
"GITLAB_TOKEN": "<your GITLAB_TOKEN>",
"GITLAB_PROJECT_PATH": "<your GITLAB_PROJECT_PATH>",
"GITLAB_SSL_VERIFY": "<your GITLAB_SSL_VERIFY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gitlab-ci-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gitlab-ci-mcp"
],
"env": {
"GITLAB_URL": "<your GITLAB_URL>",
"GITLAB_TOKEN": "<your GITLAB_TOKEN>",
"GITLAB_PROJECT_PATH": "<your GITLAB_PROJECT_PATH>",
"GITLAB_SSL_VERIFY": "<your GITLAB_SSL_VERIFY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gitlab-ci-mcp": {
"command": "uvx",
"args": [
"gitlab-ci-mcp"
],
"env": {
"GITLAB_URL": "<your GITLAB_URL>",
"GITLAB_TOKEN": "<your GITLAB_TOKEN>",
"GITLAB_PROJECT_PATH": "<your GITLAB_PROJECT_PATH>",
"GITLAB_SSL_VERIFY": "<your GITLAB_SSL_VERIFY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gitlab-ci-mcp": {
"command": "uvx",
"args": [
"gitlab-ci-mcp"
],
"env": {
"GITLAB_URL": "<your GITLAB_URL>",
"GITLAB_TOKEN": "<your GITLAB_TOKEN>",
"GITLAB_PROJECT_PATH": "<your GITLAB_PROJECT_PATH>",
"GITLAB_SSL_VERIFY": "<your GITLAB_SSL_VERIFY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mshegolev%2Fgitlab-ci-mcp)<a href="https://mcptoplist.com/server/io.github.mshegolev%2Fgitlab-ci-mcp"><img src="https://mcptoplist.com/badge/io.github.mshegolev%2Fgitlab-ci-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mshegolev
Other servers by mshegolev
- allure-testops-mcp#4,222 · 4 vers
- jaeger-mcp#13,391 · 1 ver
- mshegolev/prometheus-mcp#16,923 · 1 ver
- mcp-jira-confluence-corp#23,140 · 2 vers
- mshegolev/kibana-mcp#23,164 · 1 ver
- harbor-registry-mcp#26,418 · 1 ver
- sonarqube-mcp#29,002 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.5.1 | Apr 17, 2026 |
Frequently asked questions
- Who maintains gitlab-ci-mcp?
- gitlab-ci-mcp is maintained by mshegolev, which publishes 8 MCP servers (12 total versions) tracked on MCP Toplist.
- Is gitlab-ci-mcp listed on the Official MCP Registry?
- Yes — gitlab-ci-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does gitlab-ci-mcp have?
- MCP Toplist tracks 1 version of gitlab-ci-mcp, most recently published on Apr 17, 2026.
- Where can I find the source code for gitlab-ci-mcp?
- The source code for gitlab-ci-mcp is hosted at github.com/mshegolev/gitlab-ci-mcp.