Serversio.github.structured-world/gitlab-mcp
M

Advanced GitLab MCP server

io.github.structured-world/gitlab-mcp · v7.2.0
▦ npm
v7.2.0npm npm: @structured-world/gitlab-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.structured-world/gitlab-mcp",
  "description": "GitLab MCP server with 44 tools for projects, MRs, pipelines, and more",
  "title": "Advanced GitLab MCP server",
  "repository": {
    "url": "https://github.com/structured-world/gitlab-mcp",
    "source": "github"
  },
  "version": "7.2.0",
  "websiteUrl": "https://gitlab-mcp.sw.foundation",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@structured-world/gitlab-mcp",
      "version": "7.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitLab Personal Access Token with 'api' and 'read_user' scopes",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GITLAB_TOKEN"
        },
        {
          "description": "GitLab instance API URL for self-hosted instances (defaults to https://gitlab.com)",
          "format": "string",
          "name": "GITLAB_API_URL"
        },
        {
          "description": "Enable read-only mode (disable all manage_* write operations)",
          "format": "boolean",
          "name": "GITLAB_READ_ONLY_MODE"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/structured-world/gitlab-mcp/releases/download/gitlab-mcp-v7.2.0/gitlab-mcp-7.2.0.mcpb",
      "fileSha256": "5b3b04cce4a4e457ad13e43dcae2a318e793380cb372076bc04587d826333c97",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}