Back to directory
adit-999/gitlab-mcp

adit-999/gitlab-mcp

@Adit-999

A MCP server for interacting with GitLab API, providing tools for repository management, issues, merge requests, and more.

gitlabmcpapipythonmodel-context-protocolcode-managementrepositoryissuestool

Installation & Configuration

{
  "mcpServers": {
    "gitlab-mcp": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "server.py"
      ],
      "env": {
        "GITLAB_PERSONAL_ACCESS_TOKEN": "your_personal_access_token",
        "GITLAB_API_URL": "https://gitlab.com"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13