gitlab-mcp-server

9506hqwy/gitlab-mcp-server
★ 0 stars Go ⚙️ DevOps Updated today
This repository provides model context protocol server for GitLab server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitlab-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/9506hqwy/gitlab-mcp-server@latest"
      ]
    }
  }
}

README Excerpt

This repository provides model context protocol server for GitLab server. * v18.1 Build binary. ```sh go build -o bin/gitlab-mcp-server ./cmd/gitlab-mcp-server/main.go ``` Or build container image. ```sh docker build -t gitlab-mcp-server . ``` Add `Z` option at bind mount operation in *Dockerfile* if using podman with SELinux.