Home › Version Control › gitlab-ci-mcp
gitlab-ci-mcp
GitLab CI/CD MCP — pipelines, jobs, schedules, MRs, files. Any GitLab (SaaS or self-hosted).
Topics: Version Control
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.5.1)
uvx gitlab-ci-mcp
Or add to your MCP client config:
{
"mcpServers": {
"gitlab-ci-mcp": {
"command": "uvx",
"args": [
"gitlab-ci-mcp"
],
"env": {
"GITLAB_URL": "<YOUR_VALUE>",
"GITLAB_TOKEN": "<YOUR_VALUE>",
"GITLAB_PROJECT_PATH": "<YOUR_VALUE>",
"GITLAB_SSL_VERIFY": "<YOUR_VALUE>"
}
}
}
}
GITLAB_URLrequired — GitLab instance URL (e.g. https://gitlab.com or https://gitlab.example.com)GITLAB_TOKENrequired secret — GitLab Personal Access Token with 'api' scopeGITLAB_PROJECT_PATH— Default project path (e.g. my-org/my-repo); can be overridden per callGITLAB_SSL_VERIFY— Verify SSL certificates (true/false). Set to 'false' for self-hosted GitLab with self-signed certs.
Related servers
GitHub
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
mcp-server-azure-devops
Azure DevOps integration for repository management, work items, and pipelines.
mcp-git-ingest
Read and analyze GitHub repositories with your LLM
gitlab-mr-mcp
Interact seamlessly with issues and merge requests of your GitLab projects.
forgejo-mcp
An MCP server for managing your repositories on Forgejo/Gitea server.
Kin
A graph-native code repository for people and AI agents.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry