Back to Home
9506hqwy icon

gitlab-mcp-server

Verified Safe

by 9506hqwy

Overview

Provides a Model Context Protocol (MCP) server to expose GitLab API functionality as tools consumable by AI agents.

Installation

Run Command
docker run --rm -i -e GITLAB_URL=<YOUR_GITLAB_URL> -e GITLAB_TOKEN=<YOUR_GITLAB_TOKEN> gitlab-mcp-server

Environment Variables

  • GITLAB_URL
  • GITLAB_TOKEN
  • GITLAB_READONLY

Security Notes

The server retrieves sensitive GitLab tokens from environment variables or command-line flags, which is a standard and generally secure practice. It relies on an external Go GitLab client library, whose internal security is not audited here. No 'eval' or obvious malicious patterns were found in the provided server code. The main security risk is improper configuration of the GitLab URL and token.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens75
Stars0
Forks0
Last Update2025-12-08

Tags

GitLabMCP ServerGoAPI ProxyDeveloper Tools