Back to Home
kopfrechner icon

gitlab-mr-mcp

Verified Safe

by kopfrechner

Overview

Allows AI agents to interact with GitLab merge requests and issues for development workflow automation.

Installation

Run Command
npm start

Environment Variables

  • MR_MCP_GITLAB_TOKEN
  • MR_MCP_GITLAB_HOST

Security Notes

The server uses environment variables for the GitLab token, which is a good practice. It utilizes `@gitbeaker/rest` for API interactions, a standard library. While `child_process.exec` is imported, it is not used in the provided `index.js` source, preventing immediate command injection risks. Overall, it appears to follow good security practices for handling sensitive credentials and API interactions, though proper configuration of GitLab token scopes is critical.

Similar Servers

Stats

Interest Score48
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars67
Forks21
Last Update2025-12-02

Tags

GitLabModel Context ProtocolMerge RequestsIssuesAI Agents