GitLab

by Anthropic · Git & Version Control

15,000 stars2,000 weekly downloads

Install to ToolCloud

One click. No local setup. Works with any MCP client.

Install to ToolCloud

Interact with GitLab repositories and projects. Manage issues, merge requests, pipelines, and repository content through the GitLab API.

apigitgitlabmerge-requests
Manual Installation

Claude Code

claude mcp add gitlab -- npx -y @modelcontextprotocol/server-gitlab

Cursor / Windsurf / VS Code Copilot / Claude Desktop

Add to your MCP config file:

{
  "mcpServers": {
    "gitlab": {
      "env": {
        "GITLAB_API_URL": "https://gitlab.com/api/v4",
        "GITLAB_PERSONAL_ACCESS_TOKEN": "your-token"
      },
      "args": [
        "-y",
        "@modelcontextprotocol/server-gitlab"
      ],
      "command": "npx"
    }
  }
}