gitlab-mcp
高级 GitLab MCP 服务器
高级 GitLab MCP 服务器——包含 18 种实体类型的 44 个工具,采用 CQRS 架构、OAuth 2.1 以及多种传输模式。
快速开始
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": ["-y", "@structured-world/gitlab-mcp"],
"env": {
"GITLAB_TOKEN": "your_gitlab_token",
"GITLAB_API_URL": "https://gitlab.com"
}
}
}
}要求: Node.js >= 24
Related MCP server: GitLab MCP Server
亮点
44 个工具,涵盖 18 种实体类型——项目、合并请求、流水线、工作项、Wiki 等
CQRS 架构——
browse_*用于查询,manage_*用于命令连接弹性——受限启动、带指数退避的自动重连、GitLab 不可达时的断开模式
多实例支持——通过每实例 OAuth 和速率限制连接到多个 GitLab 实例
多种传输方式——stdio, SSE, StreamableHTTP
OAuth 2.1——通过 Claude 自定义连接器进行用户身份验证
只读模式——生产环境的安全操作
自动发现——从 git 远程仓库检测 GitLab 配置
细粒度控制——启用/禁用工具组、过滤操作、自定义描述
Docker 支持——
ghcr.io/structured-world/gitlab-mcp:latest
文档
完整文档请访问 gitlab-mcp.sw.foundation
章节 | 描述 |
npm, Docker, VS Code, Codex | |
环境变量, 功能标志 | |
连接到多个 GitLab 实例 | |
所有 44 个工具及其参数 | |
使用 Claude 进行团队身份验证 | |
使用 SSL 进行生产部署 | |
工具描述, 操作过滤 | |
浏览并导出工具文档 |
自动生成的工具参考
获取包含参数的完整工具参考:
# View locally
yarn list-tools --detail
# Generate documentation
yarn list-tools --export --toc > docs/tools/api-reference.md请参阅 完整 API 参考 获取自动生成的工具文档。
Docker
# HTTP mode
docker run -e PORT=3002 -e GITLAB_TOKEN=your_token -p 3333:3002 \
ghcr.io/structured-world/gitlab-mcp:latest
# stdio mode
docker run -i --rm -e GITLAB_TOKEN=your_token \
ghcr.io/structured-world/gitlab-mcp:latest连接弹性
服务器可以优雅地处理 GitLab 连接问题:
受限启动——无论 GitLab 是否可用,服务器都会在
GITLAB_INIT_TIMEOUT_MS(默认 5 秒)内启动断开模式——当 GitLab 不可达(
disconnected/failed状态)时,仅暴露manage_context工具,包含用于诊断的本地操作,如whoami、switch_profile和set_scope。在主动重连(connecting状态)期间,完整的工具列表仍然可用,因此 MCP 客户端在短暂中断期间不会丢失其工具目录。MCP 客户端会通过tools/list_changed收到工具可用性变更的通知自动重连——指数退避重连(5 秒 → 60 秒),带有 ±10% 的抖动
错误分类——瞬时错误(网络、5xx、超时)会触发自动重连。启动时的身份验证/配置错误会转换为
failed状态(不进行自动重连)。会话中令牌撤销通过与每次定期健康检查并行运行的已验证HEAD /api/v4/user检查来检测(仅限静态令牌模式;OAuth 模式下跳过)。此检查返回 401 或 403 会立即将实例转换为failed状态。实例健康监控——每个受监控的实例 URL 都有自己的 XState 状态机。未跟踪的 OAuth URL 目前被视为可达。
变量 | 默认值 | 描述 |
|
| 启动期间等待 GitLab 的最长时间 |
|
| 初始重连延迟(每次尝试翻倍) |
|
| 最大重连延迟 |
|
| 连接后的健康检查间隔 |
|
| 断开连接前的连续瞬时失败次数 |
|
| 工具/引导执行超时前的最长时间 |
|
| 在销毁僵尸连接前刷新非 SSE 响应的最长时间( |
|
| 内存中保留的每个 URL 实例状态的最大数量(OAuth 多租户;超出时 LRU 驱逐) |
|
| 空闲实例状态的 TTL(毫秒);在下次插入时驱逐(OAuth 多租户) |
功能标志
标志 | 默认值 | 启用的工具 |
|
| 标签管理 |
|
| 合并请求 |
|
| 文件操作 |
|
| CI/CD 变量 |
|
| 议题, 史诗, 任务 |
|
| Webhook 管理 |
|
| 代码片段 |
|
| 50+ 集成 |
|
| Wiki 页面 |
|
| 里程碑 |
|
| 流水线 & CI/CD |
|
| 发布管理 |
|
| 分支 & 标签管理 |
|
| 团队成员 |
|
| 跨项目搜索 |
|
| 迭代规划 (冲刺) |
贡献
请参阅 CONTRIBUTING.md 获取开发设置、测试和 PR 指南。
支持项目
USDT (TRC-20): TFDsezHa1cBkoeZT5q2T49Wp66K8t2DmdA
许可证
Apache License 2.0 — 详情请参阅 LICENSE。
基于 zereight/gitlab-mcp (MIT)。请参阅 LICENSE.MIT。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProduction-ready MCP server providing GitLab integration with OAuth authentication, enabling AI assistants to manage projects, issues, merge requests, branches, files, and commits across GitLab instances.MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with self-hosted GitLab instances through 30 specialized tools. It supports managing projects, merge requests, CI/CD pipelines, and repository operations via the GitLab REST API v4.30MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for interacting with GitLab API, supporting both self-hosted instances and gitlab.com. Provides tools for managing issues, merge requests, code review, pipelines, milestones, releases, search, and file access.514MIT
- AlicenseAqualityAmaintenanceModel Context Protocol (MCP) server for GitLab — exposes 1006 GitLab REST & GraphQL API operations as MCP tools (42 meta-tools / 57 enterprise), 24 resources, 38 prompts, and 17 completion types for AI assistants. Written in Go, single static binary, stdio and HTTP transport.231MIT
Related MCP Connectors
Go MCP server for GitLab: 2 dynamic tools reach 1000+ REST/GraphQL actions. Free/CE, no paid tier.
GitLab MCP — wraps the GitLab REST API v4 (BYO API key)
GitLab Public MCP — wraps the GitLab REST API v4 (public endpoints, no auth)
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/structured-world/gitlab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server