Secure MCP server for GitLab projects, merge requests, issues, and pipelines
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A secure MCP (Model Context Protocol) server for GitLab projects, merge requests, issues, pipelines, and search. Works with any GitLab instance (gitlab.com, self-hosted, or enterprise).
This MCP server is designed to be:
quay.io/crunchtools/mcp-gitlab built on Hummingbird Python base image| Component | Name |
|---|---|
| GitHub repo | crunchtools/mcp-gitlab |
| Container | quay.io/crunchtools/mcp-gitlab |
| Python package (PyPI) | mcp-gitlab-crunchtools |
| CLI command | mcp-gitlab-crunchtools |
| Module import | mcp_gitlab_crunchtools |
The container image is built on the Hummingbird Python base image from Project Hummingbird, which provides:
list_projects - List projects with filtering and searchget_project - Get project details by ID or pathlist_project_branches - List repository branchesget_project_branch - Get a single branchlist_project_commits - List commits with date/path filteringlist_groups - List groups with filteringget_group - Get group details by ID or pathlist_group_projects - List projects in a group (with subgroup support)list_merge_requests - List MRs by state, labels, milestoneget_merge_request - Get MR detailscreate_merge_request - Create a new MRupdate_merge_request - Update MR title, description, state, assigneeslist_mr_notes - List comments on an MRcreate_mr_note - Add a comment to an MRget_mr_changes - Get the diff for an MRlist_issues - List issues by state, labels, milestone, assigneeget_issue - Get issue detailscreate_issue - Create a new issueupdate_issue - Update issue title, description, state, labelslist_issue_notes - List comments on an issuecreate_issue_note - Add a comment to an issuelist_pipelines - List CI/CD pipelines with status filteringget_pipeline - Get pipeline detailslist_pipeline_jobs - List jobs in a pipelineget_job_log - Get job log outputsearch_global - Search across all accessible GitLab resourcessearch_project - Search within a specific project| Variable | Required | Default | Description |
|---|---|---|---|
GITLAB_TOKEN | Yes | β | Personal Access Token |
GITLAB_URL | No | https://gitlab.com | GitLab instance URL |
Navigate to Access Tokens
Create a Custom Token
mcp-gitlab-crunchtoolsScope Selection
| Scope | Access Level | Capabilities |
|---|---|---|
read_api | Read-only | List/view projects, issues, MRs, pipelines |
api | Full access | All features including create/update |
Copy and Store Token
glpat-)For self-hosted GitLab:
For the container version:
This server was designed with security as a primary concern. See SECURITY.md for:
Token Protection
Input Validation
API Hardening
Automated CVE Scanning
AGPL-3.0-or-later
Contributions welcome! Please read SECURITY.md before submitting security-related changes.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-gitlab)<a href="https://allmcps.com/mcp/mcp-gitlab"><img src="https://allmcps.com/api/badge/mcp-gitlab?style=directory" alt="MCP Gitlab on AllMCPs" /></a>