gitlab-ci-mcp
About
GitLab CI/CD MCP — pipelines, jobs, schedules, MRs, files. Any GitLab (SaaS or self-hosted).
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GITLAB_URL GITLAB_TOKEN GITLAB_PROJECT_PATH GITLAB_SSL_VERIFYClaude Code
claude mcp add --env GITLAB_URL= --env GITLAB_TOKEN= --env GITLAB_PROJECT_PATH= --env GITLAB_SSL_VERIFY= gitlab-ci-mcp -- uvx gitlab-ci-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"gitlab-ci-mcp","command":"uvx","args":["gitlab-ci-mcp"],"env":{"GITLAB_URL":"","GITLAB_TOKEN":"","GITLAB_PROJECT_PATH":"","GITLAB_SSL_VERIFY":""}}'
JSON
{
"mcpServers": {
"gitlab-ci-mcp": {
"command": "uvx",
"args": [
"gitlab-ci-mcp"
],
"env": {
"GITLAB_URL": "",
"GITLAB_TOKEN": "",
"GITLAB_PROJECT_PATH": "",
"GITLAB_SSL_VERIFY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.