MCP Gitlab
PYPI · MCP-GITLAB-CRUNCHTOOLS · SCANNED SEP 20
Secure MCP server for GitLab projects, merge requests, issues, and pipelines
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 1 of 23 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (GNU Affero General Public License v3 or later (AGPLv3+)) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 202 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability80
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 4939 tokens (~78/item across 63 items; 63 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
- Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 9 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_project_tool" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 64 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the MCP Gitlab server?
MCP Gitlab runs locally as a PyPI package, launched with uvx mcp-gitlab-crunchtools. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · mcp-gitlab-crunchtools
claude mcp add crunchtools-gitlab -- uvx mcp-gitlab-crunchtools
{
"mcpServers": {
"crunchtools-gitlab": {
"command": "uvx",
"args": [
"mcp-gitlab-crunchtools"
]
}
}
} {
"servers": {
"crunchtools-gitlab": {
"command": "uvx",
"args": [
"mcp-gitlab-crunchtools"
]
}
}
} codex mcp add crunchtools-gitlab -- uvx mcp-gitlab-crunchtools
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"crunchtools-gitlab": {
"type": "local",
"command": [
"uvx",
"mcp-gitlab-crunchtools"
],
"enabled": true
}
}
} openclaw mcp add crunchtools-gitlab --command uvx --arg mcp-gitlab-crunchtools
mcp_servers:
crunchtools-gitlab:
command: "uvx"
args: ["mcp-gitlab-crunchtools"] {
"McpServers": {
"crunchtools-gitlab": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcp-gitlab-crunchtools"
]
}
}
} assistant mcp add crunchtools-gitlab -t stdio -c uvx -a mcp-gitlab-crunchtools
{
"mcpServers": {
"crunchtools-gitlab": {
"command": "uvx",
"args": [
"mcp-gitlab-crunchtools"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 −3
- Stability: pass → 0.80 functional
- 18 Sept 26 +1
- Stability: 0.97 → pass security
- 15 Sept 26 +16
- Malware scan: unverified → pass ▲ security
- 14 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +12
- Malware scan: unverified → pass ▲ security
- Stability: pass → 0.80 functional
- 11 Sept 26 −14
- Malware scan: pass → unverified ▼ security
- Stability: 0.97 → pass security
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/mcp-gitlab-crunchtools@0.4.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 23 packages
| Packages resolved | 23 |
|---|---|
| Stale | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
cancel_job_tool Cancel Job Tool ~38
Cancel a running CI/CD job.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | integer | yes | Job ID |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
cancel_pipeline_tool Cancel Pipeline Tool ~38
Cancel a running CI/CD pipeline.
| Name | Type | Req | Description |
|---|---|---|---|
| pipeline_id | integer | yes | Pipeline ID |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
compare_branches_tool Compare Branches Tool ~75
Compare two branches, tags, or commits.
| Name | Type | Req | Description |
|---|---|---|---|
| from_ref | string | yes | Base branch/tag/commit |
| project_id | string | yes | Project ID or path |
| straight | boolean | – | Use straight comparison instead of merge-base (default: false) |
| to_ref | string | yes | Head branch/tag/commit |
Structured output declared, but exposes no named fields.
No examples provided.
create_branch_tool Create Branch Tool ~58
Create a new branch in a GitLab repository.
| Name | Type | Req | Description |
|---|---|---|---|
| branch | string | yes | Name of the new branch |
| project_id | string | yes | Project ID or path |
| ref | string | yes | Branch name or commit SHA to create from |
Structured output declared, but exposes no named fields.
No examples provided.
create_file_tool Create File Tool ~104
Create a new file in a GitLab repository.
| Name | Type | Req | Description |
|---|---|---|---|
| branch | string | yes | Branch to commit to |
| commit_message | string | yes | Commit message |
| content | string | yes | File content (text or base64 depending on encoding) |
| encoding | string | – | Content encoding - "text" or "base64" (default: text) |
| file_path | string | yes | Path for the new file |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
create_issue_note_tool Create Issue Note Tool ~55
Create a note (comment) on an issue.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | yes | Note content (Markdown) |
| issue_iid | integer | yes | Issue internal ID |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
create_issue_tool Create Issue Tool ~95
Create a new issue in a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| assignee_ids | – | – | User IDs to assign |
| confidential | boolean | – | Whether the issue is confidential (default: false) |
| description | – | – | Issue description (Markdown) |
| labels | – | – | Comma-separated label names |
| milestone_id | – | – | Milestone ID |
| project_id | string | yes | Project ID or path |
| title | string | yes | Issue title |
Structured output declared, but exposes no named fields.
No examples provided.
create_label_tool Create Label Tool ~81
Create a new label in a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | yes | Color hex code (e.g., "#FF0000") or named color |
| description | – | – | Label description |
| name | string | yes | Label name |
| priority | – | – | Label priority (lower = higher priority) |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
create_merge_request_tool Create Merge Request Tool ~130
Create a new merge request.
| Name | Type | Req | Description |
|---|---|---|---|
| assignee_ids | – | – | User IDs to assign |
| description | – | – | MR description (Markdown) |
| labels | – | – | Comma-separated label names |
| milestone_id | – | – | Milestone ID |
| project_id | string | yes | Project ID or path |
| remove_source_branch | boolean | – | Remove source branch after merge (default: false) |
| reviewer_ids | – | – | User IDs to review |
| source_branch | string | yes | Source branch name (must already exist) |
| target_branch | string | yes | Target branch name |
| title | string | yes | MR title |
Structured output declared, but exposes no named fields.
No examples provided.
create_milestone_tool Create Milestone Tool ~77
Create a new milestone in a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| description | – | – | Milestone description (Markdown) |
| due_date | – | – | Due date (YYYY-MM-DD) |
| project_id | string | yes | Project ID or path |
| start_date | – | – | Start date (YYYY-MM-DD) |
| title | string | yes | Milestone title |
Structured output declared, but exposes no named fields.
No examples provided.
create_mr_discussion_tool Create Mr Discussion Tool ~58
Create a new discussion on a merge request.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | yes | Discussion body (Markdown) |
| merge_request_iid | integer | yes | Merge request internal ID |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
create_mr_note_tool Create Mr Note Tool ~59
Create a note (comment) on a merge request.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | yes | Note content (Markdown) |
| merge_request_iid | integer | yes | Merge request internal ID |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
create_pipeline_tool Create Pipeline Tool ~51
Create (trigger) a new CI/CD pipeline.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project ID or path |
| ref | string | – | Branch or tag name to run the pipeline for (default: main) |
Structured output declared, but exposes no named fields.
No examples provided.
create_project_tool Create Project Tool ~83
Create a new GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| description | – | – | Project description |
| initialize_with_readme | boolean | – | Initialize with a README file (default: false) |
| name | string | yes | Project name |
| namespace_id | – | – | Namespace ID to create the project under (group or user) |
| visibility | string | – | Visibility level (public, internal, private) |
Structured output declared, but exposes no named fields.
No examples provided.
create_release_tool Create Release Tool ~106
Create a new release for a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| description | – | – | Release notes (Markdown) |
| name | – | – | Release title (defaults to tag_name) |
| project_id | string | yes | Project ID or path |
| ref | – | – | Commit SHA or branch to tag from (required if tag doesn't exist) |
| released_at | – | – | Release date (ISO 8601, default: now) |
| tag_name | string | yes | Tag name for the release (created if it doesn't exist) |
Structured output declared, but exposes no named fields.
No examples provided.
create_snippet_tool Create Snippet Tool ~97
Create a new snippet in a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Snippet content |
| description | – | – | Snippet description (Markdown) |
| file_name | string | yes | File name for the snippet (e.g., "example.py") |
| project_id | string | yes | Project ID or path |
| title | string | yes | Snippet title |
| visibility | string | – | Visibility level (private, internal, public) |
Structured output declared, but exposes no named fields.
No examples provided.
create_wiki_page_tool Create Wiki Page Tool ~77
Create a new wiki page in a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Page content |
| format | string | – | Content format - markdown, rdoc, asciidoc, or org (default: markdown) |
| project_id | string | yes | Project ID or path |
| title | string | yes | Page title |
Structured output declared, but exposes no named fields.
No examples provided.
delete_branch_tool Delete Branch Tool ~41
Delete a branch from a GitLab repository.
| Name | Type | Req | Description |
|---|---|---|---|
| branch | string | yes | Branch name to delete |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
delete_job_tool Delete Job Tool ~42
Delete a CI/CD job's artifacts and trace log.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | integer | yes | Job ID |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
delete_label_tool Delete Label Tool ~40
Delete a label from a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| label_id | integer | yes | Label ID |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
delete_pipeline_tool Delete Pipeline Tool ~42
Delete a CI/CD pipeline and all its jobs permanently.
| Name | Type | Req | Description |
|---|---|---|---|
| pipeline_id | integer | yes | Pipeline ID |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
delete_project_tool Delete Project Tool ~38
Delete a GitLab project permanently.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project ID (numeric) or path (e.g., "group/project") |
Structured output declared, but exposes no named fields.
No examples provided.
get_current_user_tool Get Current User Tool ~34
Get the currently authenticated GitLab user. Returns: Current user details including ID, username, email, and permissions
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
get_file_tool Get File Tool ~73
Get a file from a GitLab repository. Returns file metadata and content (base64 encoded).
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Path to the file in the repository |
| project_id | string | yes | Project ID or path |
| ref | string | – | Branch, tag, or commit SHA (default: HEAD) |
Structured output declared, but exposes no named fields.
No examples provided.
get_group_tool Get Group Tool ~59
Get GitLab group details by ID or path.
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | Group ID (numeric) or path (e.g., "parent-group/child-group") |
| with_projects | boolean | – | Include group projects (default: true) |
Structured output declared, but exposes no named fields.
No examples provided.
get_issue_tool Get Issue Tool ~54
Get a single issue by its IID.
| Name | Type | Req | Description |
|---|---|---|---|
| issue_iid | integer | yes | Issue internal ID (the number shown in the UI, e.g., #15) |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
get_job_log_tool Get Job Log Tool ~45
Get the log (trace) output of a CI/CD job.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | integer | yes | Job ID |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
get_merge_request_tool Get Merge Request Tool ~58
Get a single merge request by its IID.
| Name | Type | Req | Description |
|---|---|---|---|
| merge_request_iid | integer | yes | Merge request internal ID (the number shown in the UI, e.g., !42) |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
get_mr_changes_tool Get Mr Changes Tool ~48
Get the changes (diff) for a merge request.
| Name | Type | Req | Description |
|---|---|---|---|
| merge_request_iid | integer | yes | Merge request internal ID |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
get_pipeline_tool Get Pipeline Tool ~40
Get a single CI/CD pipeline by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| pipeline_id | integer | yes | Pipeline ID |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
get_project_branch_tool Get Project Branch Tool ~37
Get a single repository branch.
| Name | Type | Req | Description |
|---|---|---|---|
| branch | string | yes | Branch name |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
get_project_tool Get Project Tool ~41
Get GitLab project details by ID or path.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project ID (numeric) or path (e.g., "group/project") |
Structured output declared, but exposes no named fields.
No examples provided.
get_release_tool Get Release Tool ~42
Get a single release by tag name.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project ID or path |
| tag_name | string | yes | Tag associated with the release |
Structured output declared, but exposes no named fields.
No examples provided.
get_user_tool Get User Tool ~28
Get a specific GitLab user by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| user_id | integer | yes | User ID |
Structured output declared, but exposes no named fields.
No examples provided.
get_wiki_page_tool Get Wiki Page Tool ~44
Get a single wiki page by slug.
| Name | Type | Req | Description |
|---|---|---|---|
| project_id | string | yes | Project ID or path |
| slug | string | yes | URL slug of the wiki page |
Structured output declared, but exposes no named fields.
No examples provided.
list_group_projects_tool List Group Projects Tool ~135
List projects within a GitLab group.
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | string | yes | Group ID or path |
| include_subgroups | boolean | – | Include projects from subgroups |
| order_by | string | – | Order by field (created_at, updated_at, name, path) |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| search | – | – | Filter projects by name |
| sort | string | – | Sort direction (asc, desc) |
| visibility | – | – | Filter by visibility (public, internal, private) |
Structured output declared, but exposes no named fields.
No examples provided.
list_groups_tool List Groups Tool ~122
List GitLab groups accessible by the API token.
| Name | Type | Req | Description |
|---|---|---|---|
| order_by | string | – | Order by field (name, path, id) |
| owned | boolean | – | Only list groups owned by the authenticated user |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| search | – | – | Search for groups by name |
| sort | string | – | Sort direction (asc, desc) |
| top_level_only | boolean | – | Only list top-level groups |
Structured output declared, but exposes no named fields.
No examples provided.
list_issue_notes_tool List Issue Notes Tool ~107
List notes (comments) on an issue.
| Name | Type | Req | Description |
|---|---|---|---|
| issue_iid | integer | yes | Issue internal ID |
| order_by | string | – | Order by field (created_at, updated_at) |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| project_id | string | yes | Project ID or path |
| sort | string | – | Sort direction (asc, desc) |
Structured output declared, but exposes no named fields.
No examples provided.
list_issues_tool List Issues Tool ~156
List issues for a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| assignee_id | – | – | Filter by assignee user ID |
| labels | – | – | Comma-separated label names |
| milestone | – | – | Milestone title |
| order_by | string | – | Order by field (created_at, updated_at, priority, due_date) |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| project_id | string | yes | Project ID or path |
| search | – | – | Search in title and description |
| sort | string | – | Sort direction (asc, desc) |
| state | string | – | Filter by state (opened, closed, all) |
Structured output declared, but exposes no named fields.
No examples provided.
list_labels_tool List Labels Tool ~72
List labels for a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| project_id | string | yes | Project ID or path |
| search | – | – | Filter labels by keyword |
Structured output declared, but exposes no named fields.
No examples provided.
list_merge_requests_tool List Merge Requests Tool ~141
List merge requests for a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| labels | – | – | Comma-separated label names |
| milestone | – | – | Milestone title |
| order_by | string | – | Order by field (created_at, updated_at) |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| project_id | string | yes | Project ID or path |
| search | – | – | Search in title and description |
| sort | string | – | Sort direction (asc, desc) |
| state | string | – | Filter by state (opened, closed, merged, all) |
Structured output declared, but exposes no named fields.
No examples provided.
list_milestones_tool List Milestones Tool ~89
List milestones for a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| project_id | string | yes | Project ID or path |
| search | – | – | Filter by title |
| state | string | – | Filter by state (active, closed, all) |
Structured output declared, but exposes no named fields.
No examples provided.
list_mr_discussions_tool List Mr Discussions Tool ~96
List discussions (threaded comments) on a merge request. Discussions include inline code review comments with file position data.
| Name | Type | Req | Description |
|---|---|---|---|
| merge_request_iid | integer | yes | Merge request internal ID |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| project_id | string | yes | Project ID or path |
Structured output declared, but exposes no named fields.
No examples provided.
list_mr_notes_tool List Mr Notes Tool ~111
List notes (comments) on a merge request.
| Name | Type | Req | Description |
|---|---|---|---|
| merge_request_iid | integer | yes | Merge request internal ID |
| order_by | string | – | Order by field (created_at, updated_at) |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| project_id | string | yes | Project ID or path |
| sort | string | – | Sort direction (asc, desc) |
Structured output declared, but exposes no named fields.
No examples provided.
list_pipeline_jobs_tool List Pipeline Jobs Tool ~100
List jobs for a CI/CD pipeline.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| pipeline_id | integer | yes | Pipeline ID |
| project_id | string | yes | Project ID or path |
| scope | – | – | Filter by job scope (created, pending, running, failed, success, canceled, skipped, manual) |
Structured output declared, but exposes no named fields.
No examples provided.
list_pipelines_tool List Pipelines Tool ~146
List CI/CD pipelines for a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| order_by | string | – | Order by field (id, status, ref, updated_at, user_id) |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| project_id | string | yes | Project ID or path |
| ref | – | – | Filter by branch or tag name |
| sort | string | – | Sort direction (asc, desc) |
| status | – | – | Filter by status (created, waiting_for_resource, preparing, pending, running, success, failed, canceled, skipped, manual, scheduled) |
Structured output declared, but exposes no named fields.
No examples provided.
list_project_branches_tool List Project Branches Tool ~75
List repository branches for a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| project_id | string | yes | Project ID or path |
| search | – | – | Filter branches by name |
Structured output declared, but exposes no named fields.
No examples provided.
list_project_commits_tool List Project Commits Tool ~122
List repository commits for a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | Page number (default: 1) |
| path | – | – | Only commits touching this file path |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| project_id | string | yes | Project ID or path |
| ref_name | – | – | Branch or tag name (default: default branch) |
| since | – | – | Only commits after this date (ISO 8601) |
| until | – | – | Only commits before this date (ISO 8601) |
Structured output declared, but exposes no named fields.
No examples provided.
list_projects_tool List Projects Tool ~144
List GitLab projects accessible by the API token.
| Name | Type | Req | Description |
|---|---|---|---|
| membership | boolean | – | Only list projects the user is a member of |
| order_by | string | – | Order by field (created_at, updated_at, name, path) |
| owned | boolean | – | Only list projects owned by the authenticated user |
| page | integer | – | Page number for pagination (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| search | – | – | Search for projects by name |
| sort | string | – | Sort direction (asc, desc) |
| visibility | – | – | Filter by visibility (public, internal, private) |
Structured output declared, but exposes no named fields.
No examples provided.
list_releases_tool List Releases Tool ~94
List releases for a GitLab project.
| Name | Type | Req | Description |
|---|---|---|---|
| order_by | string | – | Order by field (released_at, created_at) |
| page | integer | – | Page number (default: 1) |
| per_page | integer | – | Results per page, max 100 (default: 20) |
| project_id | string | yes | Project ID or path |
| sort | string | – | Sort direction (asc, desc) |
Structured output declared, but exposes no named fields.
No examples provided.
What is the MCP Gitlab server?
MCP Gitlab is listed in the public MCP registry as io.github.crunchtools/gitlab. Secure MCP server for GitLab projects, merge requests, issues, and pipelines. This page covers its PyPI package (mcp-gitlab-crunchtools).
Is the MCP Gitlab server safe to use?
MCP Gitlab scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the MCP Gitlab server expose?
MCP Gitlab exposes 63 tools: list_projects_tool, get_project_tool, list_project_branches_tool, get_project_branch_tool, list_project_commits_tool, and 58 more. Their descriptions and schemas cost roughly 4,911 tokens of context every time the server is loaded.
Is the MCP Gitlab server still maintained?
MCP Gitlab is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.