Back to Home
kopfrechner icon

gitlab-mr-mcp

Verified Safe

by kopfrechner

Overview

Enables AI agents to programmatically interact with GitLab merge requests and issues via the Model Context Protocol.

Installation

Run Command
npm start

Environment Variables

  • MR_MCP_GITLAB_TOKEN
  • MR_MCP_GITLAB_HOST
  • MR_MCP_MIN_ACCESS_LEVEL
  • MR_MCP_PROJECT_SEARCH_TERM

Security Notes

The server uses environment variables for sensitive GitLab API tokens, which is good practice. No 'eval' or direct command injection through 'exec' (which is imported but not used with user input) is present. The primary security consideration is the scope and permissions of the GitLab access token provided to the server, as it grants programmatic access to GitLab resources. Ensure the token has only the necessary permissions.

Similar Servers

Stats

Interest Score45
Security Score8
Cost ClassHigh
Avg Tokens5000
Stars76
Forks23
Last Update2026-01-07

Tags

GitLabMerge RequestsIssuesAI AgentMCP Server