GitLab MCP Server (noqta-gitlab-server)
@nooqta
About GitLab MCP Server (noqta-gitlab-server)
MCP Server for interacting with the GitLab API
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"custom-gitlab-server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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)
Basic information
More Version Control MCP servers
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
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
Gitlab Mcp Server
jmrplensOpen source GitLab MCP server for AI assistants: 2-tool dynamic find/execute over 860+ GitLab actions (1,000+ Enterprise), stdio/HTTP/OAuth, safe/read-only modes.

GitLab
modelcontextprotocolModel Context Protocol Servers
Comments