Skip to content

Gitlab Server

Free

by MCP Community

MCP server for using the GitLab API

v0.0.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Gitlab Server MCP Server

MCP server for using the GitLab API

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @simonwong/mcp-gitlab-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "gitlab-server": {
      "command": "npx",
      "args": ["-y", "@simonwong/mcp-gitlab-server"]
    }
  }
}