GitLab MCP Server (noqta-gitlab-server)
@nooqta
关于 GitLab MCP Server (noqta-gitlab-server)
MCP Server for interacting with the GitLab API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"custom-gitlab-server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is GitLab MCP Server (noqta-gitlab-server)?
A Model Context Protocol (MCP) server that provides tools for interacting with the GitLab API. It allows AI assistants (such as Claude via MCP integration) to perform GitLab actions—like searching repositories, managing issues, and creating branches—through natural language commands.
How to use GitLab MCP Server (noqta-gitlab-server)?
Install dependencies with npm install, configure a .env file with your GitLab Personal Access Token (GITLAB_PERSONAL_ACCESS_TOKEN) and optionally the GITLAB_API_URL for self‑hosted instances, then build (npm run build) and run with node build/index.js or via npx @nooqta/gitlab-mcp-server. For persistent use, add an entry to your MCP client’s settings (e.g., claude_desktop_config.json) using either the npx command or a local build path.
Key features of GitLab MCP Server (noqta-gitlab-server)
- Search GitLab projects by name.
- List, create, and update issues.
- Add comments to issues and merge requests.
- Create branches and merge requests.
- Create new GitLab projects.
- Search for GitLab users.
Use cases of GitLab MCP Server (noqta-gitlab-server)
- Manage project issues via chat without leaving the AI assistant.
- Automate branch and merge request creation as part of a workflow.
- Quickly search for repositories or users across a GitLab instance.
- Add notes to issues or merge requests during code review.
FAQ from GitLab MCP Server (noqta-gitlab-server)
版本控制 分类下的更多 MCP 服务器
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
评论