mcp-gitlab MCP Server (English)
@ZephyrDeng
关于 mcp-gitlab MCP Server (English)
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-gitlab": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-gitlab MCP Server?
A GitLab integration server built on the fastmcp framework, providing various GitLab RESTful API tools. It supports integration with Claude, Smithery, and other platforms. It is for developers who want to interact with GitLab via MCP.
How to use mcp-gitlab MCP Server?
Install dependencies with bun install, build with bun run build, and start with bun run start for stdio mode, or set environment variables MCP_TRANSPORT_TYPE=httpStream MCP_PORT=3000 and run bun run start for HTTP stream mode. It can also be run via npx @zephyr-mcp/gitlab for integration with Claude Desktop.
Key features of mcp-gitlab MCP Server
- Search users and their active projects by username
- Get current user's pending tasks
- Search projects and their details
- Add comments to merge requests
- Accept and merge merge requests
- Update merge request assignee, reviewers, title, description, labels
- Create new merge requests with assignee and reviewers
- Call any GitLab API with custom parameters
Use cases of mcp-gitlab MCP Server
- Automate merge request creation and review workflows
- Manage user tasks and project assignments via AI assistants
- Query GitLab projects and details without leaving your development environment
- Add comments and update merge requests programmatically
- Make custom GitLab API calls for advanced integrations
FAQ from mcp-gitlab MCP Server
What transport modes does the server support?
It supports two modes: Stdio Transport (default) for local development and HTTP Stream Transport for remote server deployment with multi-tenant support.
How do I authenticate with the GitLab API?
In stdio mode, set GITLAB_TOKEN environment variable. In HTTP stream mode, you can provide the token via Authorization: Bearer header, PRIVATE-TOKEN header, or x-gitlab-token header.
Can I run the server with Docker?
Yes, the repository includes a Dockerfile and a Docker Compose example for easy containerized deployment.
Does the server support multi-tenancy?
Yes, in HTTP stream mode, each request can use its own authentication token and GitLab instance URL via HTTP headers, allowing a single server instance to serve multiple users.
What are the runtime requirements?
The server requires Node.js (recommended version 22.14.0 based on Docker image) and Bun (for development), and the GitLab instance must be accessible
版本控制 分类下的更多 MCP 服务器
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
评论