
GitLab
@modelcontextprotocol
关于 GitLab
Model Context Protocol Servers
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>",
"GITLAB_API_URL": "https://gitlab.com/api/v4"
}
}
}
}工具
9Create or update a single file in a GitLab project
Search for GitLab projects
Create a new GitLab project
Get the contents of a file or directory from a GitLab project
Push multiple files to a GitLab project in a single commit
Create a new issue in a GitLab project
Create a new merge request in a GitLab project
Fork a GitLab project to your account or specified namespace
Create a new branch in a GitLab project
概览
What is GitLab?
—
How to use GitLab?
—
Key features of GitLab
- —
Use cases of GitLab
- —
FAQ from GitLab
—
版本控制 分类下的更多 MCP 服务器
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
Bitbucket Server MCP
garc33Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
评论