kopfrechner/gitlab-mr-mcp
by Various
Interact seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
MCP
kopfrechner/gitlab-mr-mcp
Added 1 June 2026
Overview
This open source JavaScript tool implements the Model Context Protocol for GitLab repositories. It allows AI assistants to retrieve merge request details, add comments, and manage issues directly from a GitLab instance. The MCP server standardizes how language models interact with GitLab operations.
Best for
Best for
Developers who want an AI assistant to automate GitLab merge request reviews and issue management.
Use cases
- Fetch merge request diffs and descriptions for code review
- Add comments to specific lines in a merge request
- Create or update GitLab issues from an AI conversation
How to use
Install
npx -y @smithery/cli@latest install @kopfrechner/gitlab-mr-mcp --client claude --config '"{\"gitlabMrMcpToken\":\"YOUR_GITLAB_TOKEN\", \"gitlabMrMcpHost\": \"YOUR_GITLAB_HOST\"}"' Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "gitlab-mr-mcp": {\n "command": "node",\n "args": ["/path/to/gitlab-mr-mcp/index.js"],\n "env": {\n "MR_MCP_GITLAB_TOKEN": "your_gitlab_token",\n "MR_MCP_GITLAB_HOST": "your_gitlab_host"\n }\n }\n }\n} Notes
This open source JavaScript tool implements the Model Context Protocol for GitLab repositories. It allows AI assistants to retrieve merge request details, add comments, and manage issues directly from a GitLab instance. The MCP server standardizes how language models interact with GitLab operations.
90 stars on GitHub. Last updated 2026-05-12. Licensed MIT.
Use cases
- Fetch merge request diffs and descriptions for code review
- Add comments to specific lines in a merge request
- Create or update GitLab issues from an AI conversation
Pros
- Simplifies integrating GitLab workflows with AI coding assistants
- Uses the MCP standard for broad compatibility with MCP clients
- Lightweight JavaScript implementation, easy to inspect and modify
Cons
- Limited to GitLab, not usable with GitHub or other platforms
- Relatively low community adoption (90 stars) may mean slower updates
- Requires an MCP-compatible client and a GitLab personal access token to function
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simplifies integrating GitLab workflows with AI coding assistants
- Uses the MCP standard for broad compatibility with MCP clients
- Lightweight JavaScript implementation, easy to inspect and modify
Cons
- Limited to GitLab, not usable with GitHub or other platforms
- Relatively low community adoption (90 stars) may mean slower updates
- Requires an MCP-compatible client and a GitLab personal access token to function
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.