
The GitLab MCP Server provides comprehensive GitLab project management capabilities to AI clients through a Model Context Protocol interface, enabling operations on projects, merge requests, issues, pipelines, wiki, and releases. It offers multiple authentication methods including Personal Access Tokens, OAuth2 with browser-based flows, and remote authorization support, with compatibility across stdio, SSE, and HTTP transports for clients like Claude, VS Code, Cursor, and Copilot. The server solves the problem of giving AI assistants secure, authenticated access to GitLab resources while supporting various deployment scenarios from local desktop use to remote multi-user server deployments.
claude mcp add gitlab-mcp --env GITLAB_PERSONAL_ACCESS_TOKEN=YOUR_GITLAB_PERSONAL_ACCESS_TOKEN --env GITLAB_JOB_TOKEN=YOUR_GITLAB_JOB_TOKEN --env GITLAB_AUTH_COOKIE_PATH=YOUR_GITLAB_AUTH_COOKIE_PATH --env GITLAB_API_URL=https://gitlab.com/api/v4 --env GITLAB_ALLOWED_PROJECT_IDS=YOUR_GITLAB_ALLOWED_PROJECT_IDS --env GITLAB_READ_ONLY_MODE=false --env USE_GITLAB_WIKI=false --env GITLAB_TOOLSETS=YOUR_GITLAB_TOOLSETS --env GITLAB_TOOLS=YOUR_GITLAB_TOOLS --env GITLAB_DENIED_TOOLS_REGEX=YOUR_GITLAB_DENIED_TOOLS_REGEX --env GITLAB_TOOL_POLICY_APPROVE=YOUR_GITLAB_TOOL_POLICY_APPROVE --env GITLAB_TOOL_POLICY_HIDDEN=YOUR_GITLAB_TOOL_POLICY_HIDDEN --env NODE_TLS_REJECT_UNAUTHORIZED=YOUR_NODE_TLS_REJECT_UNAUTHORIZED --env GITLAB_CA_CERT_PATH=YOUR_GITLAB_CA_CERT_PATH -- npx -y @zereight/mcp-gitlabRun in your terminal. Replace YOUR_* placeholders with real values; add --scope user to install for every project.
Review the command, arguments, and environment values before installing — MCP servers run with your local permissions.
Verified live against the running server on Jun 10, 2026.
merge_merge_requestMerge a merge request8 paramsMerge a merge request
auto_mergebooleanmerge_commit_messagestringmerge_request_iidstringmerge_when_pipeline_succeedsbooleanproject_id*stringshould_remove_source_branchbooleansquashbooleansquash_commit_messagestringapprove_merge_requestApprove a merge request4 paramsApprove a merge request
approval_passwordstringmerge_request_iid*stringproject_id*stringshastringunapprove_merge_requestUnapprove a merge request2 paramsUnapprove a merge request
merge_request_iid*stringproject_id*stringget_merge_request_approval_stateGet merge request approval details including approvers2 paramsGet merge request approval details including approvers
merge_request_iid*stringproject_id*stringget_merge_request_conflictsGet the conflicts of a merge request2 paramsGet the conflicts of a merge request
merge_request_iid*stringproject_id*stringlist_merge_request_pipelinesList pipelines for a merge request with pagination4 paramsList pipelines for a merge request with pagination
merge_request_iid*stringpagenumberper_pagenumberproject_id*stringcreate_or_update_fileCreate or update a file in a GitLab project8 paramsCreate or update a file in a GitLab project
branch*stringcommit_idstringcommit_message*stringcontent*stringfile_path*stringlast_commit_idstringprevious_pathstringproject_id*stringsearch_repositoriesSearch for GitLab projects4 paramsSearch for GitLab projects
pagenumberper_pagenumberquerystringsearchstringcreate_repositoryCreate a new GitLab project4 paramsCreate a new GitLab project
descriptionstringinitialize_with_readmebooleanname*stringvisibilitystringprivate · internal · publiccreate_groupCreate new group or subgroup5 paramsCreate new group or subgroup
descriptionstringname*stringparent_idnumberpath*stringvisibilitystringprivate · internal · publicget_file_contentsGet contents of a file or directory from a GitLab project4 paramsGet contents of a file or directory from a GitLab project
file_pathstringpathstringproject_idstringrefstringpush_filesPush multiple files in a single commit4 paramsPush multiple files in a single commit
branch*stringcommit_message*stringfiles*arrayproject_id*stringcreate_issueCreate a new issue8 paramsCreate a new issue
assignee_idsarraydescriptionstringissue_typestringissue · incident · test_case · taskdefault: issuelabelsarraymilestone_idstringproject_id*stringtitle*stringweightnumbercreate_merge_requestCreate a new merge request13 paramsCreate a new merge request
allow_collaborationbooleanassignee_idsarraydescriptionstringdraftbooleanlabelsarrayproject_id*stringremove_source_branchbooleanreviewer_idsarraysource_branch*stringsquashbooleantarget_branch*stringtarget_project_idstringtitle*stringfork_repositoryFork a project to your account or specified namespace2 paramsFork a project to your account or specified namespace
namespacestringproject_id*stringcreate_branchCreate a new branch3 paramsCreate a new branch
branch*stringproject_id*stringrefstringget_branchGet branch details (commit, protection status)2 paramsGet branch details (commit, protection status)
branch_name*stringproject_id*stringlist_branchesList branches in project with search filter4 paramsList branches in project with search filter
pagenumberper_pagenumberproject_id*stringsearchstringdelete_branchDelete branch from project2 paramsDelete branch from project
branch_name*stringproject_id*stringget_merge_requestGet details of a merge request (mergeRequestIid or branchName required)3 paramsGet details of a merge request (mergeRequestIid or branchName required)
merge_request_iidstringproject_id*stringsource_branchstringget_merge_request_diffsGet the changes/diffs of a merge request (mergeRequestIid or branchName required)5 paramsGet the changes/diffs of a merge request (mergeRequestIid or branchName required)
excluded_file_patternsarraymerge_request_iidstringproject_id*stringsource_branchstringviewstringinline · parallellist_merge_request_changed_filesList changed file paths in a merge request without diff content (mergeRequestIid or branchName required)4 paramsList changed file paths in a merge request without diff content (mergeRequestIid or branchName required)
excluded_file_patternsarraymerge_request_iidstringproject_id*stringsource_branchstringlist_merge_request_diffsList merge request diffs with pagination (mergeRequestIid or branchName required)6 paramsList merge request diffs with pagination (mergeRequestIid or branchName required)
merge_request_iidstringpagenumberper_pagenumberproject_id*stringsource_branchstringunidiffbooleanget_merge_request_file_diffGet diffs for specific files from a merge request (mergeRequestIid or branchName required)5 paramsGet diffs for specific files from a merge request (mergeRequestIid or branchName required)
file_paths*arraymerge_request_iidstringproject_id*stringsource_branchstringunidiffbooleanlist_merge_request_versionsList all versions of a merge request2 paramsList all versions of a merge request
merge_request_iid*stringproject_id*stringget_merge_request_versionGet a specific version of a merge request4 paramsGet a specific version of a merge request
merge_request_iid*stringproject_id*stringunidiffbooleanversion_id*stringget_branch_diffsGet diffs between two branches or commits5 paramsGet diffs between two branches or commits
excluded_file_patternsarrayfrom*stringproject_id*stringstraightbooleanto*stringupdate_merge_requestUpdate a merge request (mergeRequestIid or branchName required)13 paramsUpdate a merge request (mergeRequestIid or branchName required)
assignee_idsarraydescriptionstringdraftbooleanlabelsarraymerge_request_iidstringproject_id*stringremove_source_branchbooleanreviewer_idsarraysource_branchstringsquashbooleanstate_eventstringclose · reopentarget_branchstringtitlestringcreate_noteCreate a new note (comment) to an issue or merge request4 paramsCreate a new note (comment) to an issue or merge request
body*stringnoteable_iid*stringnoteable_type*stringissue · merge_requestproject_id*stringcreate_merge_request_threadCreate a new thread on a merge request5 paramsCreate a new thread on a merge request
body*stringcreated_atstringmerge_request_iid*stringpositionobjectproject_id*stringresolve_merge_request_threadResolve a thread on a merge request4 paramsResolve a thread on a merge request
discussion_id*stringmerge_request_iid*stringproject_id*stringresolved*booleanmr_discussionsList discussion items for a merge request4 paramsList discussion items for a merge request
merge_request_iid*stringpagenumberper_pagenumberproject_id*stringdelete_merge_request_discussion_noteDelete a discussion note on a merge request4 paramsDelete a discussion note on a merge request
discussion_id*stringmerge_request_iid*stringnote_id*stringproject_id*stringupdate_merge_request_discussion_noteUpdate a discussion note on a merge request6 paramsUpdate a discussion note on a merge request
bodystringdiscussion_idstringmerge_request_iidstringnote_idstringproject_idstringresolvedbooleancreate_merge_request_discussion_noteAdd a new discussion note to an existing merge request thread5 paramsAdd a new discussion note to an existing merge request thread
body*stringcreated_atstringdiscussion_id*stringmerge_request_iid*stringproject_id*stringcreate_merge_request_noteAdd a new note to a merge request3 paramsAdd a new note to a merge request
body*stringmerge_request_iid*stringproject_id*stringdelete_merge_request_noteDelete an existing merge request note3 paramsDelete an existing merge request note
merge_request_iid*stringnote_id*stringproject_id*stringget_merge_request_noteGet a specific note for a merge request3 paramsGet a specific note for a merge request
merge_request_iid*stringnote_id*stringproject_id*stringget_merge_request_notesList notes for a merge request6 paramsList notes for a merge request
merge_request_iid*stringorder_bystringcreated_at · updated_atpagenumberper_pagenumberproject_id*stringsortstringasc · descupdate_merge_request_noteModify an existing merge request note4 paramsModify an existing merge request note
body*stringmerge_request_iid*stringnote_id*stringproject_id*stringget_draft_noteGet a single draft note from a merge request3 paramsGet a single draft note from a merge request
draft_note_id*stringmerge_request_iid*stringproject_id*stringlist_draft_notesList draft notes for a merge request2 paramsList draft notes for a merge request
merge_request_iid*stringproject_id*stringcreate_draft_noteCreate a draft note for a merge request6 paramsCreate a draft note for a merge request
body*stringin_reply_to_discussion_idstringmerge_request_iid*stringpositionobjectproject_id*stringresolve_discussionbooleanupdate_draft_noteUpdate an existing draft note6 paramsUpdate an existing draft note
bodystringdraft_note_id*stringmerge_request_iid*stringpositionobjectproject_id*stringresolve_discussionbooleandelete_draft_noteDelete a draft note3 paramsDelete a draft note
draft_note_id*stringmerge_request_iid*stringproject_id*stringpublish_draft_notePublish a single draft note3 paramsPublish a single draft note
draft_note_id*stringmerge_request_iid*stringproject_id*stringbulk_publish_draft_notesPublish all draft notes for a merge request2 paramsPublish all draft notes for a merge request
merge_request_iid*stringproject_id*stringlist_merge_request_emoji_reactionsList all emoji reactions on a merge request2 paramsList all emoji reactions on a merge request
merge_request_iid*stringproject_id*stringlist_merge_request_note_emoji_reactionsList all emoji reactions on a merge request note. Pass discussion_id for discussion thread replies.4 paramsList all emoji reactions on a merge request note. Pass discussion_id for discussion thread replies.
discussion_idstringmerge_request_iid*stringnote_id*stringproject_id*stringcreate_merge_request_emoji_reactionAdd an emoji reaction to a merge request (e.g. thumbsup, rocket, eyes)3 paramsAdd an emoji reaction to a merge request (e.g. thumbsup, rocket, eyes)
merge_request_iid*stringname*stringproject_id*stringdelete_merge_request_emoji_reactionRemove an emoji reaction from a merge request3 paramsRemove an emoji reaction from a merge request
award_id*stringmerge_request_iid*stringproject_id*stringcreate_merge_request_note_emoji_reactionAdd an emoji reaction to a merge request note. Pass discussion_id for discussion thread replies.5 paramsAdd an emoji reaction to a merge request note. Pass discussion_id for discussion thread replies.
discussion_idstringmerge_request_iid*stringname*stringnote_id*stringproject_id*stringdelete_merge_request_note_emoji_reactionRemove an emoji reaction from a merge request note. Pass discussion_id for discussion thread replies.5 paramsRemove an emoji reaction from a merge request note. Pass discussion_id for discussion thread replies.
award_id*stringdiscussion_idstringmerge_request_iid*stringnote_id*stringproject_id*stringupdate_issue_noteModify an existing issue thread note6 paramsModify an existing issue thread note
bodystringdiscussion_idstringissue_iidstringnote_idstringproject_idstringresolvedbooleancreate_issue_noteAdd a note to an issue, optionally replying to a discussion thread5 paramsAdd a note to an issue, optionally replying to a discussion thread
body*stringcreated_atstringdiscussion_idstringissue_iid*stringproject_id*stringlist_issue_emoji_reactionsList all emoji reactions on an issue2 paramsList all emoji reactions on an issue
issue_iid*stringproject_id*stringlist_issue_note_emoji_reactionsList all emoji reactions on an issue note. Pass discussion_id for discussion thread replies.4 paramsList all emoji reactions on an issue note. Pass discussion_id for discussion thread replies.
discussion_idstringissue_iid*stringnote_id*stringproject_id*stringcreate_issue_emoji_reactionAdd an emoji reaction to an issue (e.g. thumbsup, rocket, eyes)3 paramsAdd an emoji reaction to an issue (e.g. thumbsup, rocket, eyes)
issue_iid*stringname*stringproject_id*stringdelete_issue_emoji_reactionRemove an emoji reaction from an issue3 paramsRemove an emoji reaction from an issue
award_id*stringissue_iid*stringproject_id*stringcreate_issue_note_emoji_reactionAdd an emoji reaction to an issue note. Pass discussion_id for discussion thread replies.5 paramsAdd an emoji reaction to an issue note. Pass discussion_id for discussion thread replies.
discussion_idstringissue_iid*stringname*stringnote_id*stringproject_id*stringdelete_issue_note_emoji_reactionRemove an emoji reaction from an issue note. Pass discussion_id for discussion thread replies.5 paramsRemove an emoji reaction from an issue note. Pass discussion_id for discussion thread replies.
award_id*stringdiscussion_idstringissue_iid*stringnote_id*stringproject_id*stringlist_issuesList issues (default: created by current user; use scope='all' for all)21 paramsList issues (default: created by current user; use scope='all' for all)
assignee_idstringassignee_usernamearrayauthor_idstringauthor_usernamestringconfidentialbooleancreated_afterstringcreated_beforestringdue_datestringissue_typestringissue · incident · test_case · taskiteration_idstringlabelsarraymilestonestringpagenumberper_pagenumberproject_idstringscopestringcreated_by_me · assigned_to_me · allsearchstringstatestringopened · closed · allupdated_afterstringupdated_beforestring+1 more parameters. See the server's own documentation for the full schema.
my_issuesList issues assigned to the authenticated user11 paramsList issues assigned to the authenticated user
created_afterstringcreated_beforestringlabelsarraymilestonestringpagenumberper_pagenumberproject_idstringsearchstringstatestringopened · closed · allupdated_afterstringupdated_beforestringget_issueGet details of a specific issue2 paramsGet details of a specific issue
issue_iid*stringproject_id*stringupdate_issueUpdate an issue13 paramsUpdate an issue
assignee_idsarrayconfidentialbooleandescriptionstringdiscussion_lockedbooleandue_datestringissue_iid*stringissue_typestringissue · incident · test_case · tasklabelsarraymilestone_idstringproject_id*stringstate_eventstringclose · reopentitlestringweightnumberupdate_issue_description_patchApply a patch (search/replace or unified diff) to an issue description. Reduces token usage by allowing small changes without sending the full description. Supports dry_run to preview changes and create_note to summarize updates.7 paramsApply a patch (search/replace or unified diff) to an issue description. Reduces token usage by allowing small changes without sending the full description. Supports dry_run to preview changes and create_note to summarize updates.
allow_multiplebooleancreate_notebooleandry_runbooleanissue_iid*stringpatch*stringpatch_type*stringsearch_replace · unified_diffproject_id*stringdelete_issueDelete an issue2 paramsDelete an issue
issue_iid*stringproject_id*stringlist_todosList GitLab to-do items for the current user8 paramsList GitLab to-do items for the current user
actionstringassigned · mentioned · build_failed · marked · approval_required · unmergeableauthor_idnumbergroup_idnumberpagenumberper_pagenumberproject_idnumberstatestringpending · donetypestringIssue · MergeRequest · Commit · Epic · DesignManagement::Design · AlertManagement::Alertmark_todo_doneMark a GitLab to-do item as done1 paramsMark a GitLab to-do item as done
id*numbermark_all_todos_doneMark all pending GitLab to-do items as done for the current userMark all pending GitLab to-do items as done for the current user
No parameters — call it with no arguments.
list_issue_linksList all issue links for a specific issue2 paramsList all issue links for a specific issue
issue_iid*stringproject_id*stringlist_issue_discussionsList discussions for an issue4 paramsList discussions for an issue
issue_iid*stringpagenumberper_pagenumberproject_id*stringget_issue_linkGet a specific issue link3 paramsGet a specific issue link
issue_iid*stringissue_link_id*stringproject_id*stringcreate_issue_linkCreate an issue link between two issues5 paramsCreate an issue link between two issues
issue_iid*stringlink_typestringrelates_to · blocks · is_blocked_byproject_id*stringtarget_issue_iid*stringtarget_project_id*stringdelete_issue_linkDelete an issue link3 paramsDelete an issue link
issue_iid*stringissue_link_id*stringproject_id*stringlist_namespacesList all namespaces (users and groups) available to the current user. Filter by kind='group' for groups only.4 paramsList all namespaces (users and groups) available to the current user. Filter by kind='group' for groups only.
ownedbooleanpagenumberper_pagenumbersearchstringget_namespaceGet details of a namespace (user or group) by ID or path. Groups are namespaces with kind='group'.1 paramsGet details of a namespace (user or group) by ID or path. Groups are namespaces with kind='group'.
namespace_id*stringverify_namespaceVerify if a namespace path exists1 paramsVerify if a namespace path exists
path*stringget_projectGet details of a specific project1 paramsGet details of a specific project
project_id*stringlist_projectsList projects accessible by the current user15 paramsList projects accessible by the current user
archivedbooleanmembershipbooleanmin_access_levelnumberorder_bystringid · name · path · created_at · updated_at · last_activity_atownedbooleanpagenumberper_pagenumbersearchstringsearch_namespacesbooleansimplebooleansortstringasc · desctopicstringvisibilitystringpublic · internal · privatewith_issues_enabledbooleanwith_merge_requests_enabledboolean📖 Documentation → Setup guides, environment variables, and the full tool reference live on the hosted docs site.
Agent-workflow-optimized GitLab MCP — manage projects, merge requests, issues, pipelines, wiki, releases, tags, milestones, and more through stdio, SSE, and Streamable HTTP.
Supports PAT, OAuth, read-only mode, dynamic API URLs, and remote authorization for VS Code, Claude, Cursor, Copilot, and other MCP clients.
discover_tools — start with a small toolset; activate more at runtime without CQRS-style groupinglist_merge_request_changed_files → batched get_merge_request_file_diffskills/gitlab-mcp/| @zereight/mcp-gitlab | GitLab MCP A (community CQRS-style) | |
|---|---|---|
| Best for | AI agent workflows | Enterprise multi-instance / grouped tools |
| Tool model | ~261 granular tools + discover_tools | ~50–60 grouped browse_* / manage_* tools |
| MR review | 2-step batched diff | Varies |
| Node.js | >=18.17 | Often >=24 |
| License | MIT | Varies |
Quick start: choose either Personal Access Token or OAuth2 setup below, install @zereight/mcp-gitlab, and use zereight-mcp-gitlab in your MCP client configuration.
The server supports four authentication methods:
For local/desktop use (most common):
GITLAB_PERSONAL_ACCESS_TOKEN) — simplest setupGITLAB_USE_OAUTH) — recommended for better securityFor server/remote deployments:
GITLAB_MCP_OAUTH) — for remote MCP clients such as Claude.aiREMOTE_AUTHORIZATION) — multi-user deployments where each caller provides their own tokenzereight-mcp-gitlab auth (GitLab 17.9+ device flow; 17.2–17.8 need oauth2_device_grant_flow), then start the server with GITLAB_USE_OAUTH=true. See standalone device-flow command.For the simplest local setup, start with a Personal Access Token. For browser-based local auth, use OAuth2. For remote or multi-user deployments, continue to the MCP OAuth and Remote Authorization sections later in this README.
Install the server once:
brew tap zereight/gitlab-mcp https://github.com/zereight/gitlab-mcp
brew install zereight/gitlab-mcp/zereight-mcp-gitlab
Or with npm:
npm install -g @zereight/mcp-gitlab
Or with Nix, by adding this flake to your own:
# flake.nix
inputs.gitlab-mcp.url = "github:zereight/gitlab-mcp";
# wherever you configure your MCP client:
command = lib.getExe inputs.gitlab-mcp.packages.${system}.default;
The store path is pinned by your lock file; update it with nix flake update gitlab-mcp.
The examples use zereight-mcp-gitlab, a less collision-prone alias for the legacy mcp-gitlab binary. If your MCP client cannot find it, use the absolute path from which zereight-mcp-gitlab.
No global install? Pin npx to the previous stable release (the version these docs recommend), for example npx -y @zereight/mcp-gitlab@2.1.62. If you always want the newest release, use npx -y @zereight/mcp-gitlab@latest instead. The server prints a notice to stderr on startup when a newer version is available (disable with GITLAB_DISABLE_VERSION_CHECK=true).
Some MCP clients (like GitHub Copilot CLI) have issues with environment variables. Use CLI arguments instead:
{
"mcpServers": {
"gitlab": {
"command": "zereight-mcp-gitlab",
"args": ["--token=YOUR_GITLAB_TOKEN", "--api-url=https://gitlab.com/api/v4"],
"tools": ["*"]
}
}
}
Available CLI arguments:
--token - GitLab Personal Access Token (replaces GITLAB_PERSONAL_ACCESS_TOKEN)--api-url - GitLab API URL (replaces GITLAB_API_URL)--read-only=true - Enable read-only mode (replaces GITLAB_READ_ONLY_MODE, deprecated — prefer --permission-mode=readonly)--permission-mode - Permission level: readonly, modify (no delete tools), or full (replaces GITLAB_PERMISSION_MODE, default full)--use-wiki=true - Enable wiki API (replaces USE_GITLAB_WIKI, legacy — prefer GITLAB_TOOLSETS=wiki)--use-milestone=true - Enable milestone API (replaces USE_MILESTONE, legacy — prefer GITLAB_TOOLSETS=milestones)--use-pipeline=true - Enable pipeline API (replaces USE_PIPELINE, legacy — prefer GITLAB_TOOLSETS=pipelines)--disable-version-check=true - Disable the startup new-version notice (replaces GITLAB_DISABLE_VERSION_CHECK)--masking-enabled=true - Enable text-response masking (replaces GITLAB_MASKING_ENABLED)--masking-config - Path to a masking configuration file (replaces GITLAB_MASKING_CONFIG)--masking-policy-file - Path to a protected managed-policy file (replaces GITLAB_MASKING_POLICY_FILE)--masking-workspace-dir - Directory used to resolve masking files (replaces GITLAB_MASKING_WORKSPACE_DIR)CLI arguments take precedence over environment variables.
zereight-mcp-gitlab auth is a subcommand (not an MCP server flag). It runs GitLab device flow and exits. See CLI Arguments.
Fine-grained tool filtering: use
GITLAB_PERMISSION_MODE=modifyto allow create/update while blocking every delete tool (including delete mutations throughexecute_graphqlandpush_filesdelete/moveactions), orGITLAB_PERMISSION_MODE=readonlyfor read-only access. You can also enable toolset groups withGITLAB_TOOLSETS=<group,…>, allow-list individual tools withGITLAB_TOOLS=<tool,…>(e.g. read-only groups plus a few specific write tools), and deny-list by pattern withGITLAB_DENIED_TOOLS_REGEX. The legacyUSE_GITLAB_WIKI/USE_MILESTONE/USE_PIPELINEflags are kept for backward compatibility only. See Tools Reference and Environment Variables.
docker run -i --rm \
-e HOST=0.0.0.0 \
-e GITLAB_PERSONAL_ACCESS_TOKEN=your_gitlab_token \
-e GITLAB_API_URL="https://gitlab.com/api/v4" \
-e GITLAB_PERMISSION_MODE=readonly \
-e GITLAB_TOOLSETS=wiki,milestones,pipelines \
-e SSE=true \
-e SSE_AUTH_TOKEN=your_mcp_sse_token \
-p 3333:3002 \
zereight050/gitlab-mcp
{
"mcpServers": {
"gitlab": {
"type": "sse",
"url": "http://localhost:3333/sse",
"headers": {
"Authorization": "Bearer your_mcp_sse_token"
}
}
}
}
docker run -i --rm \
-e HOST=0.0.0.0 \
-e REMOTE_AUTHORIZATION=true \
-e GITLAB_API_URL="https://gitlab.com/api/v4" \
-e GITLAB_PERMISSION_MODE=readonly \
-e GITLAB_TOOLSETS=wiki,milestones,pipelines \
-e STREAMABLE_HTTP=true \
-p 3333:3002 \
zereight050/gitlab-mcp
{
"mcpServers": {
"gitlab": {
"type": "streamable-http",
"url": "http://localhost:3333/mcp",
"headers": {
"Authorization": "Bearer glpat-..."
}
}
}
}
GITLAB_MCP_OAUTH)For server/remote deployments only. This mode requires the MCP server to be deployed with a publicly accessible HTTPS URL. For local/desktop use, see
GITLAB_USE_OAUTHabove.
For remote MCP clients that support the MCP OAuth specification (e.g. Claude.ai).
The server acts as a full OAuth 2.0 authorization server — unauthenticated requests
receive a 401 + WWW-Authenticate response, which triggers the OAuth browser flow
automatically on the client side.
Remote MCP clients such as OpenCode, MCPJam, and Claude.ai can send their own
callback URL during authorization. If you cannot register every client callback
URL in GitLab, enable GITLAB_OAUTH_CALLBACK_PROXY=true. With callback proxy
mode, GitLab only needs one registered redirect URI: {MCP_SERVER_URL}/callback.
GITLAB_OAUTH_REDIRECT_URI is for local OAuth (GITLAB_USE_OAUTH) only. It does
not override remote MCP OAuth client callback URLs and should not be used to fix
remote Unregistered redirect_uri errors.
This variable exists because the local OAuth flow starts a browser on the same
machine as the MCP server and listens for the callback on a local HTTP server,
for example http://127.0.0.1:8888/callback.
Remote MCP OAuth is different. In GITLAB_MCP_OAUTH=true mode, the MCP client
provides its own callback URL during /authorize. GITLAB_OAUTH_REDIRECT_URI
does not replace that client-provided URL.
| Mode | Enable with | Callback variable | GitLab redirect URI |
|---|---|---|---|
| Local OAuth | GITLAB_USE_OAUTH=true | GITLAB_OAUTH_REDIRECT_URI | http://127.0.0.1:8888/callback or your local callback |
| Remote MCP OAuth | GITLAB_MCP_OAUTH=true | GITLAB_OAUTH_CALLBACK_PROXY=true | {MCP_SERVER_URL}/callback |
Use GITLAB_OAUTH_REDIRECT_URI only when the MCP server itself owns the local
browser callback. Use GITLAB_OAUTH_CALLBACK_PROXY=true when a remote MCP client
owns the callback URL.
How it works: You deploy this MCP server somewhere with a public HTTPS URL. MCP
clients connect to {MCP_SERVER_URL}/mcp. The server handles the OAuth 2.0 flow,
exchanging credentials with GitLab on behalf of the client.
Prerequisites:
MCP_SERVER_URL) — use ngrok for local testingapi (or read_api) scopes
— Go to Admin area → Applications, set Redirect URI to {MCP_SERVER_URL}/callback| Environment Variable | Required | Description |
|---|---|---|
GITLAB_MCP_OAUTH | ✅ | Set to true to enable |
GITLAB_API_URL | ✅ | GitLab API base URL |
GITLAB_OAUTH_APP_ID | ✅ | GitLab OAuth Application ID |
MCP_SERVER_URL | ✅ | Public HTTPS URL of this MCP server |
STREAMABLE_HTTP | ✅ | Must be true |
GITLAB_OAUTH_CALLBACK_PROXY | optional | Set to true to use the MCP server's fixed /callback URL |
GITLAB_OAUTH_SCOPES | optional | Comma-separated scopes (default: api,read_api,read_user) |
GITLAB_OAUTH_ALLOWED_GROUPS | optional | Comma-separated group full paths — only members (and subgroup members) may obtain a token (replaces deprecated GITLAB_ALLOWED_GROUPS) |
When STREAMABLE_HTTP=true, server-side GitLab credentials (GITLAB_PERSONAL_ACCESS_TOKEN, GITLAB_JOB_TOKEN, GITLAB_AUTH_COOKIE_PATH, or GITLAB_USE_OAUTH) require REMOTE_AUTHORIZATION=true, GITLAB_MCP_OAUTH=true, or STREAMABLE_HTTP_AUTH_TOKEN.
Troubleshooting
Unregistered redirect_uriCheck the
redirect_uriin the browser URL. If it points to a client callback such ashttp://127.0.0.1:xxxxx/.../callback, enable:GITLAB_OAUTH_CALLBACK_PROXY=trueDo not fix remote MCP OAuth by changing
GITLAB_OAUTH_REDIRECT_URI. That variable is for local OAuth (GITLAB_USE_OAUTH) only.
docker run -i --rm \
-e HOST=0.0.0.0 \
-e GITLAB_MCP_OAUTH=true \
-e GITLAB_OAUTH_CALLBACK_PROXY=true \
-e STREAMABLE_HTTP=true \
-e MCP_SERVER_URL=https://your-server.example.com \
-e GITLAB_API_URL="https://gitlab.com/api/v4" \
-e GITLAB_OAUTH_APP_ID=your_app_id \
-p 3000:3002 \
zereight050/gitlab-mcp
MCP client configuration:
{
"mcpServers": {
"gitlab": {
"type": "http",
"url": "https://your-server.example.com/mcp"
}
}
}
REMOTE_AUTHORIZATION)For server/remote deployments only. Each HTTP caller provides their own GitLab token directly in request headers — no OAuth flow involved.
For multi-user or multi-tenant deployments where each caller provides their own GitLab token in the HTTP request header. No OAuth flow — the MCP server forwards the token to GitLab on behalf of the caller.
Header priority: Private-Token > JOB-TOKEN > Authorization: Bearer
| Environment Variable | Required | Description |
|---|---|---|
REMOTE_AUTHORIZATION | ✅ | Set to true to enable |
STREAMABLE_HTTP | ✅ | Must be true |
ENABLE_DYNAMIC_API_URL | optional | Allow per-request GitLab URL via X-GitLab-API-URL header |
GITLAB_ALLOWED_HOSTS | optional | Comma-separated allowed X-GitLab-API-URL hosts; GITLAB_API_URL hosts are always allowed |
GITLAB_ALLOW_UNAUTHENTICATED_TOOL_DISCOVERY | optional | Allow unauthenticated initialize, notifications/initialized, tools/list, and server/discover only (tool calls still require auth) |
MCP_SERVER_URL / MCP_ALLOWED_HOSTS / MCP_ALLOWED_ORIGINS | optional | Allowed public /mcp host/origin values for DNS rebinding protection |
MCP_TRUST_PROXY | optional | Trust Forwarded / X-Forwarded-* headers behind a reverse proxy (download URLs, Express req.ip, /mcp IP rate limits, OAuth rate limits) |
GITLAB_ALLOW_UNAUTHENTICATED_TOOL_DISCOVERY=true is intended for MCP gateways
or admin UIs that need to inspect tool metadata before a user provides a GitLab
token. Leave it disabled unless the tool list is safe to expose in your deployment.
When MCP_SERVER_URL is not set, remote download URLs fall back to the local
server address. Set MCP_TRUST_PROXY=true only if the server is reachable through a
trusted reverse proxy and direct client access to the MCP server is blocked.
This enables Express trust proxy for Streamable HTTP and SSE, derives public
download URLs from Forwarded / X-Forwarded-Proto / X-Forwarded-Host /
X-Forwarded-Prefix, and keeps OAuth endpoint rate limiting working when
proxies send X-Forwarded-For with a client port (for example 1.2.3.4:5678).
Existing OAuth+proxy deployments must set this explicitly after the flag was
introduced.
Example request headers:
Private-Token: glpat-xxxxxxxxxxxxxxxxxxxx
or using a Bearer token:
Authorization: Bearer glpat-xxxxxxxxxxxxxxxxxxxx
⚠️
REMOTE_AUTHORIZATIONis not compatible with SSE transport.STREAMABLE_HTTP=trueis required.
Use the dedicated reference for the full environment variable list:
Most users only need one of these starting sets:
GITLAB_PERSONAL_ACCESS_TOKEN, GITLAB_API_URLGITLAB_USE_OAUTH=true, GITLAB_OAUTH_CLIENT_ID, GITLAB_OAUTH_REDIRECT_URI, GITLAB_API_URLSTREAMABLE_HTTP=true, REMOTE_AUTHORIZATION=true (or GITLAB_MCP_OAUTH=true), MCP_TRUST_PROXY=true (behind a reverse proxy), MAX_REQUESTS_PER_MINUTE=300, MCP_SERVER_URL or MCP_ALLOWED_HOSTS, HOST, PORTMCP_SERVER_NAME per instance (e.g. gitlab-selfhosted-readonly) so clients, logs, and telemetry can tell them apartOAUTH_STATELESS_MODE=true, OAUTH_STATELESS_SECRET (same across all pods). See Stateless Mode.Commonly referenced variables:
GITLAB_API_URLGITLAB_PERSONAL_ACCESS_TOKENGITLAB_USE_OAUTHREMOTE_AUTHORIZATIONMCP_TRUST_PROXYMAX_REQUESTS_PER_MINUTEMAX_SESSIONSMCP_ALLOWED_HOSTSMCP_ALLOWED_ORIGINSGITLAB_MCP_OAUTHGITLAB_OAUTH_CALLBACK_PROXYOAUTH_REGISTER_RATE_LIMIT_PER_HOUROAUTH_STATELESS_MODEOAUTH_STATELESS_SECRETThe reference document also covers:
discover_tools (on-demand toolset activation)For callback proxy mode details, see GitLab MCP OAuth Callback Proxy.
When using REMOTE_AUTHORIZATION=true, the MCP server can support multiple users, each with their own GitLab token passed via HTTP headers. This is useful for:
Setup Example:
# Start server with remote authorization
docker run -d \
-e HOST=0.0.0.0 \
-e STREAMABLE_HTTP=true \
-e REMOTE_AUTHORIZATION=true \
-e GITLAB_API_URL="https://gitlab.com/api/v4" \
-e GITLAB_PERMISSION_MODE=readonly \
-e SESSION_TIMEOUT_SECONDS=3600 \
-p 3333:3002 \
zereight050/gitlab-mcp
Client Configuration:
Your IDE or MCP client must send one of these headers with each request:
Authorization: Bearer glpat-xxxxxxxxxxxxxxxxxxxx
or
Private-Token: glpat-xxxxxxxxxxxxxxxxxxxx
The token is stored per session (identified by mcp-session-id header) and reused for subsequent requests in the same session.
{
"mcpServers": {
"GitLab": {
"url": "http(s)://<your_mcp_gitlab_server>/mcp",
"headers": {
"Authorization": "Bearer glpat-..."
}
}
}
}
Important Notes:
SESSION_TIMEOUT_SECONDS (default 1 hour) of inactivity. After timeout, the client must send auth headers again. The transport session remains active./mcp requests are limited to MAX_REQUESTS_PER_MINUTE per client IP, and per MCP session when using OAuth or remote authorization (default 60). See environment-variables.md.MAX_SESSIONS concurrent sessions (default 1000)When using GITLAB_MCP_OAUTH=true, the server acts as an OAuth proxy to your GitLab
instance. Claude.ai (and any MCP-spec-compliant client) handles the entire browser
authentication flow automatically — no manual Personal Access Token management needed.
Prerequisites:
A pre-registered GitLab OAuth application is required. GitLab restricts dynamically
registered (unverified) applications to the mcp scope, which is insufficient for API
calls (need api or read_api).
api, read_api, read_user (or whichever scopes you intend to request via GITLAB_OAUTH_SCOPES)GITLAB_OAUTH_APP_IDHow it works:
/.well-known/oauth-authorization-serverPOST /register) — handled locally by the MCP server (each client gets a virtual client ID)https://claude.ai/api/mcp/auth_callbackAuthorization: Bearer <token> on every MCP requestServer setup:
docker run -d \
-e STREAMABLE_HTTP=true \
-e GITLAB_MCP_OAUTH=true \
-e GITLAB_OAUTH_APP_ID="your-gitlab-oauth-app-client-id" \
-e GITLAB_API_URL="https://gitlab.example.com/api/v4" \
-e MCP_SERVER_URL="https://your-mcp-server.example.com" \
-p 3002:3002 \
zereight050/gitlab-mcp
For local development (HTTP allowed):
MCP_DANGEROUSLY_ALLOW_INSECURE_ISSUER_URL=true \
STREAMABLE_HTTP=true \
GITLAB_MCP_OAUTH=true \
GITLAB_OAUTH_APP_ID=your-gitlab-oauth-app-client-id \
MCP_SERVER_URL=http://localhost:3002 \
GITLAB_API_URL=https://gitlab.com/api/v4 \
node build/index.js
Claude.ai configuration:
{
"mcpServers": {
"GitLab": {
"url": "https://your-mcp-server.example.com/mcp"
}
}
}
No headers field is needed — Claude.ai obtains the token via OAuth automatically.
Environment variables:
| Variable | Required | Description |
|---|---|---|
GITLAB_MCP_OAUTH | Yes | Set to true to enable |
GITLAB_OAUTH_APP_ID | Yes | Client ID of the pre-registered GitLab OAuth application |
MCP_SERVER_URL | Yes | Public HTTPS URL of your MCP server; also allowed for /mcp Host/Origin checks |
GITLAB_API_URL | Yes | Your GitLab instance API URL (e.g. https://gitlab.com/api/v4) |
STREAMABLE_HTTP | Yes | Must be true (SSE is not supported) |
GITLAB_OAUTH_SCOPES | No | Comma-separated GitLab scopes to request (e.g. api,read_user). Defaults to api (or read_api when GITLAB_READ_ONLY_MODE=true). The pre-registered application must be configured with at least these scopes. |
OAUTH_REGISTER_RATE_LIMIT_PER_HOUR | No | Per-IP rolling limit for Dynamic Client Registration (POST /register). Default 20/hour; range 1–1000. Raise when clients (e.g. multiple IDE windows) hit registration throttling. Not a GitLab API limit. |
MCP_DANGEROUSLY_ALLOW_INSECURE_ISSUER_URL | No | Set true for local HTTP dev only |
Important Notes:
SSE=true is incompatible)REMOTE_AUTHORIZATION mode (SESSION_TIMEOUT_SECONDS, MAX_REQUESTS_PER_MINUTE,
MAX_SESSIONS)POST /register is limited to OAUTH_REGISTER_RATE_LIMIT_PER_HOUR
per client IP (default 20/hour). Separate from /mcp limits and GitLab API quotas.
See environment-variables.md.Private-Token or JOB-TOKEN request headers are
present, OAuth validation is skipped and the raw token is used directly for that
session. This allows PATs and CI job tokens to be used alongside the OAuth flow on
the same server instance. Authorization: Bearer is always treated as an OAuth
token — use Private-Token for PAT-based header auth.Pre-built skill files are available in skills/gitlab-mcp/ for AI agents that support skill/instruction loading (Claude Code, GitHub Copilot, Cursor, etc.).
Install with the skills CLI:
npx skills add zereight/gitlab-mcp --skill gitlab-mcp-skill
Register the skill directory in your AI client to get optimal tool usage guidance without relying solely on the full ListTools response.
merge_merge_request - Merge a merge requestapprove_merge_request - Approve a merge requestunapprove_merge_request - Unapprove a merge requestget_merge_request_approval_state - Get merge request approval details including approversget_merge_request_conflicts - Get the conflicts of a merge requestlist_merge_request_pipelines - List pipelines for a merge request with paginationexecute_graphql - Execute a GitLab GraphQL querycreate_or_update_file - Create or update a file in a GitLab projectsearch_repositories - Search for GitLab projectscreate_repository - Create a new GitLab projectcreate_group - Create new group or subgroupget_file_contents - Get contents of a file or directory from a GitLab projectpush_files - Push multiple files in a single commitcreate_issue - Create a new issuecreate_merge_request - Create a new merge requestfork_repository - Fork a project to your account or specified namespacecreate_branch - Create a new branchget_branch - Get branch details (commit, protection status)list_branches - List branches in project with search filterdelete_branch - Delete branch from projectlist_protected_branches - List protected branches in a project, supports search filterget_protected_branch - Get details of a single protected branch (access levels, force push settings)protect_branch - Protect a repository branch (set push/merge/unprotect access levels)unprotect_branch - Remove protection from a previously protected branchupdate_default_branch - Change the default branch of a projectget_merge_request - Get details of a merge request (mergeRequestIid or branchName required). Set include_summaries=true for deployment/commit/approval summariesget_merge_request_diffs - Get the changes/diffs of a merge request (mergeRequestIid or branchName required)list_merge_request_changed_files - List changed file paths in a merge request without diff content (mergeRequestIid or branchName required)list_merge_request_diffs - List merge request diffs with pagination (mergeRequestIid or branchName required)get_merge_request_file_diff - Get diffs for specific files from a merge request (mergeRequestIid or branchName required)list_merge_request_versions - List all versions of a merge requestget_merge_request_version - Get a specific version of a merge requestget_branch_diffs - Get diffs between two branches or commitsupdate_merge_request - Update a merge request (mergeRequestIid or branchName required)create_note - Create a new note (comment) to an issue or merge requestcreate_merge_request_thread - Create a new thread on a merge requestresolve_merge_request_thread - Resolve a thread on a merge requestmr_discussions - List discussion items for a merge requestdelete_merge_request_discussion_note - Delete a discussion note on a merge requestupdate_merge_request_discussion_note - Update a discussion note on a merge requestcreate_merge_request_discussion_note - Add a new discussion note to an existing merge request threadcreate_merge_request_note - Add a new note to a merge requestdelete_merge_request_note - Delete an existing merge request noteget_merge_request_note - Get a specific note for a merge requestget_merge_request_notes - List notes for a merge requestupdate_merge_request_note - Modify an existing merge request noteget_draft_note - Get a single draft note from a merge requestlist_draft_notes - List draft notes for a merge requestcreate_draft_note - Create a draft note for a merge requestupdate_draft_note - Update an existing draft notedelete_draft_note - Delete a draft notepublish_draft_note - Publish a single draft notebulk_publish_draft_notes - Publish all draft notes for a merge request. Optionally sets reviewer_state and posts a summary note (GitLab 19.2+). Can set reviewer_state even with no drafts.list_merge_request_emoji_reactions - List all emoji reactions on a merge requestlist_merge_request_note_emoji_reactions - List all emoji reactions on a merge request note. Pass discussion_id for discussion thread replies.create_merge_request_emoji_reaction - Add an emoji reaction to a merge request (e.g. thumbsup, rocket, eyes)delete_merge_request_emoji_reaction - Remove an emoji reaction from a merge requestcreate_merge_request_note_emoji_reaction - Add an emoji reaction to a merge request note. Pass discussion_id for discussion thread replies.delete_merge_request_note_emoji_reaction - Remove an emoji reaction from a merge request note. Pass discussion_id for discussion thread replies.update_issue_note - Modify an existing issue thread notecreate_issue_note - Add a note to an issue, optionally replying to a discussion threadlist_issue_emoji_reactions - List all emoji reactions on an issuelist_issue_note_emoji_reactions - List all emoji reactions on an issue note. Pass discussion_id for discussion thread replies.create_issue_emoji_reaction - Add an emoji reaction to an issue (e.g. thumbsup, rocket, eyes)delete_issue_emoji_reaction - Remove an emoji reaction from an issuecreate_issue_note_emoji_reaction - Add an emoji reaction to an issue note. Pass discussion_id for discussion thread replies.delete_issue_note_emoji_reaction - Remove an emoji reaction from an issue note. Pass discussion_id for discussion thread replies.list_issues - List issues (default: created by current user; use scope='all' for all)my_issues - List issues assigned to the authenticated userget_issue - Get details of a specific issue. Returns a slim milestone by default; set full_response=true for the complete milestone objectupdate_issue - Update an issue. Returns a slim confirmation by default; set full_response=true for the complete updated issue objectupdate_issue_description_patch - Apply a patch (search/replace or unified diff) to an issue description. Reduces token usage by allowing small changes without sending the full description. Supports dry_run to preview changes and create_note to summarize updates.delete_issue - Delete an issuelist_todos - List GitLab to-do items for the current usermark_todo_done - Mark a GitLab to-do item as donemark_all_todos_done - Mark all pending GitLab to-do items as done for the current userlist_issue_links - List all issue links for a specific issuelist_issue_discussions - List discussions for an issueget_issue_link - Get a specific issue linkcreate_issue_link - Create an issue link between two issuesdelete_issue_link - Delete an issue linklist_namespaces - List all namespaces (users and groups) available to the current user. Filter by kind='group' for groups only.get_namespace - Get details of a namespace (user or group) by ID or path. Groups are namespaces with kind='group'.verify_namespace - Verify if a namespace path exists. Use parent_id to scope the check to a specific parent namespace — required for nested namespaces where the same path may exist under different parents.get_project - Get details of a specific projectlist_projects - List projects accessible by the current userupdate_project - Update project settings such as description, visibility, default branch, and feature access levelslist_project_members - List members of a GitLab projectlist_group_members - List members of a GitLab group with optional name or username searchlist_labels - List labels for a projectget_label - Get a single label from a projectcreate_label - Create a new label in a projectupdate_label - Update an existing label in a projectdelete_label - Delete a label from a projectlist_group_projects - List projects in a grouplist_wiki_pages - List wiki pages in a projectget_wiki_page - Get details of a specific wiki pagecreate_wiki_page - Create a wiki page in a projectupdate_wiki_page - Update a wiki page in a projectdelete_wiki_page - Delete a wiki page from a projectlist_group_wiki_pages - List wiki pages in a groupget_group_wiki_page - Get details of a specific group wiki pagecreate_group_wiki_page - Create a wiki page in a groupupdate_group_wiki_page - Update a wiki page in a groupdelete_group_wiki_page - Delete a wiki page from a groupget_repository_tree - List files and directories in a repositorylist_pipelines - List pipelines with filtering optionsget_pipeline - Get details of a specific pipelineget_pipeline_variables - Get variables configured for a pipelineget_pipeline_test_report - Get pipeline test reportget_pipeline_test_report_summary - Get pipeline test report summarydelete_pipeline - Delete a pipeline. Requires the project Owner role, cannot be undone, and does not automatically delete child pipelines.update_pipeline_metadata - Update pipeline metadatalist_deployments - List deployments with filtering optionsget_deployment - Get deployment details, including approval_summary, approvals, and pending_approval_count when GitLab provides themcreate_deployment - Create a deploymentupdate_deployment - Update a deployment statusdelete_deployment - Delete a deploymentlist_deployment_merge_requests - List merge requests shipped with a deploymentapprove_deployment - Approve or reject a protected-environment deploymentlist_environments - List environments in a projectget_environment - Get details of a specific environmentupdate_environment - Update an environmentdelete_environment - Delete a stopped environmentstop_environment - Stop an environmentstop_stale_environments - Stop eligible stale environments; protected environments are excluded and environments are stopped, not deleteddelete_review_app_environments - Schedule deletion of stopped review-app environments one week later; dry_run defaults to true and actual scheduling requires dry_run=falselist_pipeline_triggers - List project pipeline trigger tokensget_pipeline_trigger - Get a project pipeline triggercreate_pipeline_trigger - Create a project pipeline triggerupdate_pipeline_trigger - Update a project pipeline triggerdelete_pipeline_trigger - Delete a project pipeline triggertrigger_pipeline - Trigger a pipeline with a pipeline trigger tokenlist_pipeline_jobs - List all jobs in a specific pipelinelist_pipeline_trigger_jobs - List trigger jobs (bridges) in a pipelineget_pipeline_job - Get details of a GitLab pipeline job numberget_pipeline_job_output - Get the output/trace of a pipeline job with optional paginationvalidate_ci_lint - Validate provided GitLab CI/CD YAML content for a projectvalidate_project_ci_lint - Validate an existing .gitlab-ci.yml configuration for a projectlist_ci_catalog_resources - List GitLab CI/CD Catalog resources/components visible to the userget_ci_catalog_resource - Get details for a GitLab CI/CD Catalog resource, including versions and componentscreate_pipeline - Create a new pipeline for a branch or tagretry_pipeline - Retry a failed or canceled pipelinecancel_pipeline - Cancel a running pipelinelist_pipeline_schedules - List pipeline schedules in a project, optionally filtered to active or inactiveget_pipeline_schedule - Get details of a specific pipeline schedule, including its variables and last pipelinelist_pipeline_schedule_pipelines - List the pipelines that a pipeline schedule has triggeredcreate_pipeline_schedule - Create a new pipeline schedule for a branch or tagupdate_pipeline_schedule - Update an existing pipeline scheduledelete_pipeline_schedule - Delete a pipeline scheduleplay_pipeline_schedule - Run a pipeline schedule immediatelytake_ownership_pipeline_schedule - Take ownership of a pipeline scheduleget_pipeline_schedule_variable - Get a single variable of a pipeline schedulecreate_pipeline_schedule_variable - Create a variable for a pipeline scheduleupdate_pipeline_schedule_variable - Update a variable of a pipeline scheduledelete_pipeline_schedule_variable - Delete a variable from a pipeline scheduleplay_pipeline_job - Run a manual pipeline jobplay_pipeline_jobs - Play multiple manual pipeline jobs sequentiallyretry_pipeline_job - Retry a failed or canceled pipeline jobcancel_pipeline_job - Cancel a running pipeline joberase_pipeline_job - Erase a pipeline job log and artifactswait_for_pipeline - Wait for a pipeline to reach a terminal statuswait_for_job - Wait for a job to reach a terminal statuslist_job_artifacts - List artifact files in a job's archivedownload_job_artifacts - Download job artifact archive (zip) and save to a local pathget_job_artifact_file - Get content of a single file from a job's artifactslist_merge_requests - List merge requests (without project_id: user's MRs; with project_id: project MRs)list_group_merge_requests - List merge requests across all projects of a group and its subgroupslist_milestones - List milestones with filtering optionsget_milestone - Get details of a specific milestonecreate_milestone - Create a new milestoneedit_milestone - Edit an existing milestonedelete_milestone - Delete a milestoneget_milestone_issue - Get issues associated with a specific milestoneget_milestone_merge_requests - Get merge requests associated with a specific milestonepromote_milestone - Promote a milestone to the next stageget_milestone_burndown_events - Get burndown events for a specific milestonelist_group_milestones - List group milestones with filtering optionsget_group_milestone - Get details of a specific group milestonecreate_group_milestone - Create a new group milestoneedit_group_milestone - Edit an existing group milestonedelete_group_milestone - Delete a group milestoneget_group_milestone_issue - Get issues associated with a specific group milestoneget_group_milestone_merge_requests - Get merge requests associated with a specific group milestoneget_group_milestone_burndown_events - Get burndown events for a specific group milestoneget_users - Get GitLab user details by usernamesget_user - Get user details by IDwhoami - Get current authenticated user detailslist_commits - List repository commits with filtering optionsget_commit - Get details of a specific commitget_commit_diff - Get changes/diffs of a specific commitget_file_blame - Get git blame for a file at a given ref. Each entry maps a contiguous range of source lines to the commit that last changed them (id, author, authored_date, message). Use range_start/range_end to limit blame to specific lines.list_commit_statuses - List statuses for a commitcreate_commit_status - Create or update the status of a commitlist_group_iterations - List group iterations with filtering optionsupload_markdown - Upload a file for use in markdown contentdownload_attachment - Download an uploaded file from a project (images returned as base64; use local_path to save to disk)health_check - Verify server status and authentication. Always reports the MCP server version (mcp_server_version). When authenticated, also reports the GitLab instance version from GET /api/v4/version (version, revision, enterprise). Version lookup failures do not fail the health check — those fields are omitted.list_events - List events for the authenticated user (before/after: YYYY-MM-DD)get_project_events - List events for a project (before/after: YYYY-MM-DD)list_releases - List all releases for a projectget_release - Get a release by tag namecreate_release - Create a new releaseupdate_release - Update an existing releasedelete_release - Delete a release (does not delete the tag)create_release_evidence - Create release evidence (Premium/Ultimate)download_release_asset - Download a release asset file by direct asset pathlist_tags - List repository tags for a projectget_tag - Get a repository tag by namecreate_tag - Create a new repository tagdelete_tag - Delete a repository tagget_tag_signature - Get the X.509 signature of a signed tag (404 if unsigned)get_work_item - Get a work item with full details including status, hierarchy, type, and widgetslist_work_items - List work items with filters (type, state, search, assignees, labels)create_work_item - Create a work item (issue, task, incident, epic, etc.) with full field supportupdate_work_item - Update a work item (title, description, labels, assignees, state, parent, custom fields, etc.)convert_work_item_type - Convert a work item to a different typelist_work_item_statuses - List available statuses for a work item type (Premium/Ultimate)list_custom_field_definitions - List custom field definitions for a work item typemove_work_item - Move a work item to a different projectlist_work_item_notes - List notes and discussions on a work itemcreate_work_item_note - Add a note to a work item (supports Markdown, internal notes, threads)list_work_item_emoji_reactions - List all emoji reactions on a work itemlist_work_item_note_emoji_reactions - List all emoji reactions on a work item note (comment, thread, or thread reply)create_work_item_emoji_reaction - Add an emoji reaction to a work item (e.g. thumbsup, rocket, eyes)delete_work_item_emoji_reaction - Remove an emoji reaction from a work itemcreate_work_item_note_emoji_reaction - Add an emoji reaction to a work item note (comment, thread, or thread reply)delete_work_item_note_emoji_reaction - Remove an emoji reaction from a work item note (comment, thread, or thread reply)get_timeline_events - List timeline events for an incidentcreate_timeline_event - Create a timeline event on an incidentlist_webhooks - List webhooks for a project or groupcreate_webhook - Create a webhook on a project or groupupdate_webhook - Update an existing project or group webhookdelete_webhook - Delete a project or group webhooklist_webhook_events - List recent webhook events (past 7 days)get_webhook_event - Get full details of a specific webhook eventsearch_code - Search for code across all projects (requires advanced search or Zoekt)search_project_code - Search for code within a specific project (requires advanced search or Zoekt)search_group_code - Search for code within a specific group (requires advanced search or Zoekt)list_project_variables - List CI/CD variables for a projectget_project_variable - Get a single CI/CD variable from a projectcreate_project_variable - Create a CI/CD variable for a projectupdate_project_variable - Update an existing CI/CD variable in a projectdelete_project_variable - Delete a CI/CD variable from a projectlist_group_variables - List CI/CD variables for a groupget_group_variable - Get a single CI/CD variable from a groupcreate_group_variable - Create a CI/CD variable for a groupupdate_group_variable - Update an existing CI/CD variable in a groupdelete_group_variable - Delete a CI/CD variable from a groupget_dependency_proxy_settings - Get dependency proxy settings for a groupupdate_dependency_proxy_settings - Update dependency proxy settings for a group (enable/disable, credentials for authenticated Docker Hub pulls)list_dependency_proxy_blobs - List cached dependency proxy blobs for a grouppurge_dependency_proxy_cache - Schedule purge of all cached dependency proxy blobs for a grouplist_project_vulnerabilities - List vulnerabilities for a project with optional state, severity, and report type filters (GraphQL-backed, cursor pagination)get_vulnerability - Get full details of a specific vulnerabilitydismiss_vulnerability - Dismiss a vulnerability with a reason (acceptable_risk, false_positive, used_in_tests, mitigating_control, not_applicable) and optional commentconfirm_vulnerability - Confirm a vulnerability as a real finding requiring remediationorbit_query - Execute a GitLab Orbit graph query over the indexed SDLC knowledge graphorbit_get_schema - Fetch the current GitLab Orbit graph schema (node and edge types)orbit_get_status - Check GitLab Orbit indexing status for the enabled scopeorbit_list_tools - List the MCP tool definitions exposed by GitLab Orbitdiscover_tools - Discover and activate additional tool categories for this session. Available categories: merge_requests, issues, repositories, branches, projects, labels, ci, groups, pipelines, milestones, wiki, releases, tags, users, workitems, webhooks, search, variables, dependency_proxy, vulnerabilities, orbit. Already-active categories are listed in the response.GitLab derives a wiki page's slug (its URL, /-/wikis/<slug>) from the page title. Passing title to update_wiki_page / update_group_wiki_page therefore renames the page and changes its URL — for nested pages it can also move the page to a different path — which breaks existing links.
To change only the displayed title while keeping the URL stable, do not pass title. Instead, store the display title in the page content's YAML front matter and update the content:
---
title: My Custom Display Title
---
Page body…
GitLab keeps the slug/URL untouched and shows the front-matter title in the UI. Read it back with get_wiki_page using render_html: true, which populates the front_matter field — the plain title field always reflects the slug-derived value.
The project includes comprehensive test coverage including remote authorization:
# Run all tests (API validation + remote auth)
npm test
# Run only remote authorization tests
npm run test:remote-auth
# Run all tests including readonly MCP tests
npm run test:all
# Run only API validation
npm run test:integration
All remote authorization tests use a mock GitLab server and do not require actual GitLab credentials.
GITLAB_PERSONAL_ACCESS_TOKEN*secretGitLab personal access token for local stdio use. Create a token with the GitLab scopes needed by the tools you plan to use, such as api or read_api.
GITLAB_JOB_TOKENsecretOptional GitLab CI job token to use instead of a personal access token when running inside GitLab CI.
GITLAB_AUTH_COOKIE_PATHOptional path to a GitLab authentication cookie file for cookie-based authentication.
GITLAB_API_URLdefault: https://gitlab.com/api/v4GitLab API base URL. Use https://gitlab.com/api/v4 for GitLab.com or your self-managed GitLab API URL.
GITLAB_ALLOWED_PROJECT_IDSOptional comma-separated list of GitLab project IDs that this server is allowed to access.
GITLAB_READ_ONLY_MODEdefault: falseSet to true to expose only read-only tools and block write operations.
USE_GITLAB_WIKIdefault: falseSet to true to enable GitLab wiki tools.
GITLAB_TOOLSETSOptional comma-separated list of toolsets to enable, such as projects, issues, merge_requests, pipelines, releases, users, groups, wiki, or search.
GITLAB_TOOLSOptional comma-separated list of individual tool names to add on top of enabled toolsets.
GITLAB_DENIED_TOOLS_REGEXOptional regular expression used to hide matching tools from the server.
GITLAB_TOOL_POLICY_APPROVEOptional comma-separated list of tool names that require explicit approval before execution.
GITLAB_TOOL_POLICY_HIDDENOptional comma-separated list of tool names to hide from tools/list.
NODE_TLS_REJECT_UNAUTHORIZEDSet to 0 only when you intentionally need to connect to a GitLab instance with invalid or self-signed TLS certificates.
GITLAB_CA_CERT_PATHOptional path to a custom CA certificate file for self-managed GitLab instances.