Back to Home
Foxhunt icon

gitlab-mcp-server

Verified Safe

by Foxhunt

Overview

This server provides tools to interact with a self-hosted GitLab instance to fetch and manage project, issue, and wiki data.

Installation

Run Command
/path/to/gitlab-server/build/index.js

Environment Variables

  • GITLAB_API_TOKEN
  • GITLAB_HOST

Security Notes

Environment variables (GITLAB_API_TOKEN, GITLAB_HOST) are correctly used for sensitive data. Input validation is handled robustly using Zod schemas for all tool arguments, which significantly mitigates common injection risks. Network communication uses axios to the configured GitLab host, which is a standard and secure way for API interaction. There are no 'eval' or other directly dangerous functions identified. The primary security consideration relies on the user ensuring the GITLAB_HOST is legitimate and the API token has appropriate permissions.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars1
Forks0
Last Update2025-12-02

Tags

GitLabAPI IntegrationData ManagementTypeScriptDevelopment