Back to directory
radostkali/gitlab-mcp-server

radostkali/gitlab-mcp-server

@radostkali10

GitLab integration MCP server built with FastMCP in Python.

gitlabmcp-serverpythonfastmcpcloud

Installation & Configuration

{
  "mcpServers": {
    "gitlab": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "GITLAB_TOKEN",
        "-e",
        "GITLAB_URL",
        "gitlab-mcp-server:latest"
      ],
      "env": {
        "GITLAB_TOKEN": "token",
        "GITLAB_URL": "https://gitlab.com/"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/16
Updated
2026/6/7