Gitlab
Freeby MCP Community
基于 Model Context Protocol (MCP) 框架构建的 GitLab 集成服务器,提供与 GitLab 实例的强大集成能力
v0.5.2Added Apr 12, 2026
gitlabmcpmodel-context-protocolrestfulapi
Gitlab MCP Server
基于 Model Context Protocol (MCP) 框架构建的 GitLab 集成服务器,提供与 GitLab 实例的强大集成能力
Installation
Reviews
Installation
Quick install
npx -y @zephyr-mcp/gitlab
Add to claude_desktop_config.json
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": ["-y", "@zephyr-mcp/gitlab"]
}
}
}