← Index

io.github.vish288/mcp-gitlab

io.github.vish288/mcp-gitlab·v0.8.0·Git & Code Hosting
Quality Score
78
/100

MCP server for GitLab API — projects, MRs, pipelines, CI/CD, approvals, issues, code review.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-gitlab": {
      "command": "uvx",
      "args": [
        "mcp-gitlab"
      ],
      "env": {
        "GITLAB_TOKEN": "<your-gitlab_token>",
        "GITLAB_URL": "<gitlab_url>",
        "GITLAB_READ_ONLY": "<gitlab_read_only>"
      }
    }
  }
}
§02  Environment variables
GITLAB_TOKEN
requiredsecret

GitLab personal access token (also accepts GITLAB_PAT or GITLAB_API_TOKEN)

GITLAB_URL
required

GitLab instance URL (e.g. https://gitlab.com)

GITLAB_READ_ONLY

Restrict to read-only operations (true/false)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Git & Code Hosting