Back to Home
bioanywhere icon

pepe-mujica

Verified Safe

by bioanywhere

Overview

This server connects an AI assistant to GitLab, enabling natural language interaction for managing merge requests, pipelines, tests, and discussions.

Installation

Run Command
/путь/к/gitlab-mcp-server/run-mcp.sh

Environment Variables

  • GITLAB_PROJECT_ID
  • GITLAB_ACCESS_TOKEN
  • GITLAB_URL
  • SERVER_NAME
  • SERVER_VERSION

Security Notes

The server loads sensitive GitLab API tokens via environment variables, which is a good practice to avoid hardcoding. However, the user must ensure these tokens (especially `GITLAB_ACCESS_TOKEN`) are kept confidential. The README suggests a `read_api` token scope, but the server includes tools for replying to discussions, creating comments, and resolving discussions (`reply_to_review_comment`, `create_review_comment`, `resolve_review_discussion`), which would require a broader `api` scope. If a token with `api` scope is used, the potential impact of a token compromise is higher.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-10

Tags

GitLabAI AssistantMCP ServerDevelopmentCode Review