{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.jmrplens/gitlab-mcp-server",
    "description": "1006 GitLab MCP tools self-managed; 1011 on GitLab.com Enterprise/Premium with Orbit.",
    "title": "GitLab MCP Server",
    "repository": {
        "url": "https://github.com/jmrplens/gitlab-mcp-server",
        "source": "github",
        "id": "1208139072"
    },
    "version": "1.6.0",
    "websiteUrl": "https://jmrplens.github.io/gitlab-mcp-server/",
    "icons": [
        {
            "src": "https://raw.githubusercontent.com/jmrplens/gitlab-mcp-server/main/site/src/assets/logo-light.svg",
            "mimeType": "image/svg+xml",
            "sizes": [
                "any"
            ],
            "theme": "light"
        },
        {
            "src": "https://raw.githubusercontent.com/jmrplens/gitlab-mcp-server/main/site/src/assets/logo-dark.svg",
            "mimeType": "image/svg+xml",
            "sizes": [
                "any"
            ],
            "theme": "dark"
        }
    ],
    "packages": [
        {
            "registryType": "mcpb",
            "identifier": "https://github.com/jmrplens/gitlab-mcp-server/releases/download/v1.6.0/gitlab-mcp-server-linux-amd64",
            "version": "1.6.0",
            "fileSha256": "59f91a20263d54f92c9445a820958ffbb2d2637b58c71ecdf8a4ea2a5938a0e4",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "GitLab instance URL (default: https://gitlab.com; set for self-managed instances)",
                    "default": "https://gitlab.com",
                    "placeholder": "https://gitlab.com",
                    "name": "GITLAB_URL"
                },
                {
                    "description": "GitLab Personal Access Token (glpat-...)",
                    "isRequired": true,
                    "isSecret": true,
                    "placeholder": "glpat-xxxxxxxxxxxxxxxxxxxx",
                    "name": "GITLAB_TOKEN"
                },
                {
                    "description": "Skip TLS certificate verification for self-signed certs (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SKIP_TLS_VERIFY"
                },
                {
                    "description": "Enable meta-tools that group actions per domain for reduced tool count (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "META_TOOLS"
                },
                {
                    "description": "Enable GitLab Premium/Ultimate tools; GitLab.com Enterprise/Premium also exposes Orbit Knowledge Graph tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_ENTERPRISE"
                },
                {
                    "description": "Read-only mode: disables all mutating tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_READ_ONLY"
                },
                {
                    "description": "Safe mode: intercepts mutating tools and returns a JSON preview instead of executing (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SAFE_MODE"
                },
                {
                    "description": "Append EmbeddedResource content blocks (clickable links to MCP resources) to get_* tool results (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "EMBEDDED_RESOURCES"
                },
                {
                    "description": "Skip Personal Access Token scope detection and register all tools regardless of token permissions (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_IGNORE_SCOPES"
                },
                {
                    "description": "Maximum attachment upload size in bytes or human-readable (e.g. 2GB). Default: 2147483648 (2 GB)",
                    "default": "2147483648",
                    "name": "UPLOAD_MAX_FILE_SIZE"
                },
                {
                    "description": "Logging verbosity (default: info)",
                    "default": "info",
                    "choices": [
                        "debug",
                        "info",
                        "warn",
                        "error"
                    ],
                    "name": "LOG_LEVEL"
                },
                {
                    "description": "Auto-update mode: true (auto-apply), check (log-only), false (disabled). Default: true",
                    "default": "true",
                    "choices": [
                        "true",
                        "check",
                        "false"
                    ],
                    "name": "AUTO_UPDATE"
                },
                {
                    "description": "GitHub repository slug for release assets (default: jmrplens/gitlab-mcp-server)",
                    "default": "jmrplens/gitlab-mcp-server",
                    "name": "AUTO_UPDATE_REPO"
                },
                {
                    "description": "Periodic update check interval in HTTP mode (default: 1h)",
                    "default": "1h",
                    "name": "AUTO_UPDATE_INTERVAL"
                },
                {
                    "description": "Pre-start download timeout, range 5s-10m (default: 60s)",
                    "default": "60s",
                    "name": "AUTO_UPDATE_TIMEOUT"
                }
            ]
        },
        {
            "registryType": "mcpb",
            "identifier": "https://github.com/jmrplens/gitlab-mcp-server/releases/download/v1.6.0/gitlab-mcp-server-linux-arm64",
            "version": "1.6.0",
            "fileSha256": "d881c10f13246b730a873a18253ac46b3fb6ba1ad10ba6454a3c3a38c4b5cdc7",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "GitLab instance URL (default: https://gitlab.com; set for self-managed instances)",
                    "default": "https://gitlab.com",
                    "placeholder": "https://gitlab.com",
                    "name": "GITLAB_URL"
                },
                {
                    "description": "GitLab Personal Access Token (glpat-...)",
                    "isRequired": true,
                    "isSecret": true,
                    "placeholder": "glpat-xxxxxxxxxxxxxxxxxxxx",
                    "name": "GITLAB_TOKEN"
                },
                {
                    "description": "Skip TLS certificate verification for self-signed certs (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SKIP_TLS_VERIFY"
                },
                {
                    "description": "Enable meta-tools that group actions per domain for reduced tool count (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "META_TOOLS"
                },
                {
                    "description": "Enable GitLab Premium/Ultimate tools; GitLab.com Enterprise/Premium also exposes Orbit Knowledge Graph tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_ENTERPRISE"
                },
                {
                    "description": "Read-only mode: disables all mutating tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_READ_ONLY"
                },
                {
                    "description": "Safe mode: intercepts mutating tools and returns a JSON preview instead of executing (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SAFE_MODE"
                },
                {
                    "description": "Append EmbeddedResource content blocks (clickable links to MCP resources) to get_* tool results (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "EMBEDDED_RESOURCES"
                },
                {
                    "description": "Skip Personal Access Token scope detection and register all tools regardless of token permissions (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_IGNORE_SCOPES"
                },
                {
                    "description": "Maximum attachment upload size in bytes or human-readable (e.g. 2GB). Default: 2147483648 (2 GB)",
                    "default": "2147483648",
                    "name": "UPLOAD_MAX_FILE_SIZE"
                },
                {
                    "description": "Logging verbosity (default: info)",
                    "default": "info",
                    "choices": [
                        "debug",
                        "info",
                        "warn",
                        "error"
                    ],
                    "name": "LOG_LEVEL"
                },
                {
                    "description": "Auto-update mode: true (auto-apply), check (log-only), false (disabled). Default: true",
                    "default": "true",
                    "choices": [
                        "true",
                        "check",
                        "false"
                    ],
                    "name": "AUTO_UPDATE"
                },
                {
                    "description": "GitHub repository slug for release assets (default: jmrplens/gitlab-mcp-server)",
                    "default": "jmrplens/gitlab-mcp-server",
                    "name": "AUTO_UPDATE_REPO"
                },
                {
                    "description": "Periodic update check interval in HTTP mode (default: 1h)",
                    "default": "1h",
                    "name": "AUTO_UPDATE_INTERVAL"
                },
                {
                    "description": "Pre-start download timeout, range 5s-10m (default: 60s)",
                    "default": "60s",
                    "name": "AUTO_UPDATE_TIMEOUT"
                }
            ]
        },
        {
            "registryType": "mcpb",
            "identifier": "https://github.com/jmrplens/gitlab-mcp-server/releases/download/v1.6.0/gitlab-mcp-server-darwin-amd64",
            "version": "1.6.0",
            "fileSha256": "5f6c3d3bc88a04bd08bf71f510a6f4e52cde31e5ff7d5950ac25d87705c942ba",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "GitLab instance URL (default: https://gitlab.com; set for self-managed instances)",
                    "default": "https://gitlab.com",
                    "placeholder": "https://gitlab.com",
                    "name": "GITLAB_URL"
                },
                {
                    "description": "GitLab Personal Access Token (glpat-...)",
                    "isRequired": true,
                    "isSecret": true,
                    "placeholder": "glpat-xxxxxxxxxxxxxxxxxxxx",
                    "name": "GITLAB_TOKEN"
                },
                {
                    "description": "Skip TLS certificate verification for self-signed certs (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SKIP_TLS_VERIFY"
                },
                {
                    "description": "Enable meta-tools that group actions per domain for reduced tool count (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "META_TOOLS"
                },
                {
                    "description": "Enable GitLab Premium/Ultimate tools; GitLab.com Enterprise/Premium also exposes Orbit Knowledge Graph tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_ENTERPRISE"
                },
                {
                    "description": "Read-only mode: disables all mutating tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_READ_ONLY"
                },
                {
                    "description": "Safe mode: intercepts mutating tools and returns a JSON preview instead of executing (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SAFE_MODE"
                },
                {
                    "description": "Append EmbeddedResource content blocks (clickable links to MCP resources) to get_* tool results (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "EMBEDDED_RESOURCES"
                },
                {
                    "description": "Skip Personal Access Token scope detection and register all tools regardless of token permissions (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_IGNORE_SCOPES"
                },
                {
                    "description": "Maximum attachment upload size in bytes or human-readable (e.g. 2GB). Default: 2147483648 (2 GB)",
                    "default": "2147483648",
                    "name": "UPLOAD_MAX_FILE_SIZE"
                },
                {
                    "description": "Logging verbosity (default: info)",
                    "default": "info",
                    "choices": [
                        "debug",
                        "info",
                        "warn",
                        "error"
                    ],
                    "name": "LOG_LEVEL"
                },
                {
                    "description": "Auto-update mode: true (auto-apply), check (log-only), false (disabled). Default: true",
                    "default": "true",
                    "choices": [
                        "true",
                        "check",
                        "false"
                    ],
                    "name": "AUTO_UPDATE"
                },
                {
                    "description": "GitHub repository slug for release assets (default: jmrplens/gitlab-mcp-server)",
                    "default": "jmrplens/gitlab-mcp-server",
                    "name": "AUTO_UPDATE_REPO"
                },
                {
                    "description": "Periodic update check interval in HTTP mode (default: 1h)",
                    "default": "1h",
                    "name": "AUTO_UPDATE_INTERVAL"
                },
                {
                    "description": "Pre-start download timeout, range 5s-10m (default: 60s)",
                    "default": "60s",
                    "name": "AUTO_UPDATE_TIMEOUT"
                }
            ]
        },
        {
            "registryType": "mcpb",
            "identifier": "https://github.com/jmrplens/gitlab-mcp-server/releases/download/v1.6.0/gitlab-mcp-server-darwin-arm64",
            "version": "1.6.0",
            "fileSha256": "28bed33518202c292b92f0a759e82077445161e597db0ec3f2b12f2f86131a70",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "GitLab instance URL (default: https://gitlab.com; set for self-managed instances)",
                    "default": "https://gitlab.com",
                    "placeholder": "https://gitlab.com",
                    "name": "GITLAB_URL"
                },
                {
                    "description": "GitLab Personal Access Token (glpat-...)",
                    "isRequired": true,
                    "isSecret": true,
                    "placeholder": "glpat-xxxxxxxxxxxxxxxxxxxx",
                    "name": "GITLAB_TOKEN"
                },
                {
                    "description": "Skip TLS certificate verification for self-signed certs (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SKIP_TLS_VERIFY"
                },
                {
                    "description": "Enable meta-tools that group actions per domain for reduced tool count (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "META_TOOLS"
                },
                {
                    "description": "Enable GitLab Premium/Ultimate tools; GitLab.com Enterprise/Premium also exposes Orbit Knowledge Graph tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_ENTERPRISE"
                },
                {
                    "description": "Read-only mode: disables all mutating tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_READ_ONLY"
                },
                {
                    "description": "Safe mode: intercepts mutating tools and returns a JSON preview instead of executing (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SAFE_MODE"
                },
                {
                    "description": "Append EmbeddedResource content blocks (clickable links to MCP resources) to get_* tool results (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "EMBEDDED_RESOURCES"
                },
                {
                    "description": "Skip Personal Access Token scope detection and register all tools regardless of token permissions (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_IGNORE_SCOPES"
                },
                {
                    "description": "Maximum attachment upload size in bytes or human-readable (e.g. 2GB). Default: 2147483648 (2 GB)",
                    "default": "2147483648",
                    "name": "UPLOAD_MAX_FILE_SIZE"
                },
                {
                    "description": "Logging verbosity (default: info)",
                    "default": "info",
                    "choices": [
                        "debug",
                        "info",
                        "warn",
                        "error"
                    ],
                    "name": "LOG_LEVEL"
                },
                {
                    "description": "Auto-update mode: true (auto-apply), check (log-only), false (disabled). Default: true",
                    "default": "true",
                    "choices": [
                        "true",
                        "check",
                        "false"
                    ],
                    "name": "AUTO_UPDATE"
                },
                {
                    "description": "GitHub repository slug for release assets (default: jmrplens/gitlab-mcp-server)",
                    "default": "jmrplens/gitlab-mcp-server",
                    "name": "AUTO_UPDATE_REPO"
                },
                {
                    "description": "Periodic update check interval in HTTP mode (default: 1h)",
                    "default": "1h",
                    "name": "AUTO_UPDATE_INTERVAL"
                },
                {
                    "description": "Pre-start download timeout, range 5s-10m (default: 60s)",
                    "default": "60s",
                    "name": "AUTO_UPDATE_TIMEOUT"
                }
            ]
        },
        {
            "registryType": "mcpb",
            "identifier": "https://github.com/jmrplens/gitlab-mcp-server/releases/download/v1.6.0/gitlab-mcp-server-windows-amd64.exe",
            "version": "1.6.0",
            "fileSha256": "77f04dc9a0a7d232f2cf0ee7b07d8d37d1999a5b33c0170d1be9a7a86cd1adea",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "GitLab instance URL (default: https://gitlab.com; set for self-managed instances)",
                    "default": "https://gitlab.com",
                    "placeholder": "https://gitlab.com",
                    "name": "GITLAB_URL"
                },
                {
                    "description": "GitLab Personal Access Token (glpat-...)",
                    "isRequired": true,
                    "isSecret": true,
                    "placeholder": "glpat-xxxxxxxxxxxxxxxxxxxx",
                    "name": "GITLAB_TOKEN"
                },
                {
                    "description": "Skip TLS certificate verification for self-signed certs (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SKIP_TLS_VERIFY"
                },
                {
                    "description": "Enable meta-tools that group actions per domain for reduced tool count (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "META_TOOLS"
                },
                {
                    "description": "Enable GitLab Premium/Ultimate tools; GitLab.com Enterprise/Premium also exposes Orbit Knowledge Graph tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_ENTERPRISE"
                },
                {
                    "description": "Read-only mode: disables all mutating tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_READ_ONLY"
                },
                {
                    "description": "Safe mode: intercepts mutating tools and returns a JSON preview instead of executing (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SAFE_MODE"
                },
                {
                    "description": "Append EmbeddedResource content blocks (clickable links to MCP resources) to get_* tool results (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "EMBEDDED_RESOURCES"
                },
                {
                    "description": "Skip Personal Access Token scope detection and register all tools regardless of token permissions (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_IGNORE_SCOPES"
                },
                {
                    "description": "Maximum attachment upload size in bytes or human-readable (e.g. 2GB). Default: 2147483648 (2 GB)",
                    "default": "2147483648",
                    "name": "UPLOAD_MAX_FILE_SIZE"
                },
                {
                    "description": "Logging verbosity (default: info)",
                    "default": "info",
                    "choices": [
                        "debug",
                        "info",
                        "warn",
                        "error"
                    ],
                    "name": "LOG_LEVEL"
                },
                {
                    "description": "Auto-update mode: true (auto-apply), check (log-only), false (disabled). Default: true",
                    "default": "true",
                    "choices": [
                        "true",
                        "check",
                        "false"
                    ],
                    "name": "AUTO_UPDATE"
                },
                {
                    "description": "GitHub repository slug for release assets (default: jmrplens/gitlab-mcp-server)",
                    "default": "jmrplens/gitlab-mcp-server",
                    "name": "AUTO_UPDATE_REPO"
                },
                {
                    "description": "Periodic update check interval in HTTP mode (default: 1h)",
                    "default": "1h",
                    "name": "AUTO_UPDATE_INTERVAL"
                },
                {
                    "description": "Pre-start download timeout, range 5s-10m (default: 60s)",
                    "default": "60s",
                    "name": "AUTO_UPDATE_TIMEOUT"
                }
            ]
        },
        {
            "registryType": "mcpb",
            "identifier": "https://github.com/jmrplens/gitlab-mcp-server/releases/download/v1.6.0/gitlab-mcp-server-windows-arm64.exe",
            "version": "1.6.0",
            "fileSha256": "f067a064c62b36aa5132f9265db7b99cf36d9eb585fd567fb0bd060bbeebd9a3",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "GitLab instance URL (default: https://gitlab.com; set for self-managed instances)",
                    "default": "https://gitlab.com",
                    "placeholder": "https://gitlab.com",
                    "name": "GITLAB_URL"
                },
                {
                    "description": "GitLab Personal Access Token (glpat-...)",
                    "isRequired": true,
                    "isSecret": true,
                    "placeholder": "glpat-xxxxxxxxxxxxxxxxxxxx",
                    "name": "GITLAB_TOKEN"
                },
                {
                    "description": "Skip TLS certificate verification for self-signed certs (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SKIP_TLS_VERIFY"
                },
                {
                    "description": "Enable meta-tools that group actions per domain for reduced tool count (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "META_TOOLS"
                },
                {
                    "description": "Enable GitLab Premium/Ultimate tools; GitLab.com Enterprise/Premium also exposes Orbit Knowledge Graph tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_ENTERPRISE"
                },
                {
                    "description": "Read-only mode: disables all mutating tools (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_READ_ONLY"
                },
                {
                    "description": "Safe mode: intercepts mutating tools and returns a JSON preview instead of executing (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_SAFE_MODE"
                },
                {
                    "description": "Append EmbeddedResource content blocks (clickable links to MCP resources) to get_* tool results (default: true)",
                    "format": "boolean",
                    "default": "true",
                    "name": "EMBEDDED_RESOURCES"
                },
                {
                    "description": "Skip Personal Access Token scope detection and register all tools regardless of token permissions (default: false)",
                    "format": "boolean",
                    "default": "false",
                    "name": "GITLAB_IGNORE_SCOPES"
                },
                {
                    "description": "Maximum attachment upload size in bytes or human-readable (e.g. 2GB). Default: 2147483648 (2 GB)",
                    "default": "2147483648",
                    "name": "UPLOAD_MAX_FILE_SIZE"
                },
                {
                    "description": "Logging verbosity (default: info)",
                    "default": "info",
                    "choices": [
                        "debug",
                        "info",
                        "warn",
                        "error"
                    ],
                    "name": "LOG_LEVEL"
                },
                {
                    "description": "Auto-update mode: true (auto-apply), check (log-only), false (disabled). Default: true",
                    "default": "true",
                    "choices": [
                        "true",
                        "check",
                        "false"
                    ],
                    "name": "AUTO_UPDATE"
                },
                {
                    "description": "GitHub repository slug for release assets (default: jmrplens/gitlab-mcp-server)",
                    "default": "jmrplens/gitlab-mcp-server",
                    "name": "AUTO_UPDATE_REPO"
                },
                {
                    "description": "Periodic update check interval in HTTP mode (default: 1h)",
                    "default": "1h",
                    "name": "AUTO_UPDATE_INTERVAL"
                },
                {
                    "description": "Pre-start download timeout, range 5s-10m (default: 60s)",
                    "default": "60s",
                    "name": "AUTO_UPDATE_TIMEOUT"
                }
            ]
        }
    ],
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://gitlab-mcp-server.fly.dev/",
            "headers": [
                {
                    "description": "GitLab Personal Access Token (glpat-...). Alternatively, send Authorization: Bearer <token>.",
                    "isRequired": true,
                    "isSecret": true,
                    "placeholder": "glpat-xxxxxxxxxxxxxxxxxxxx",
                    "name": "PRIVATE-TOKEN"
                },
                {
                    "description": "Target GitLab instance URL (e.g. https://gitlab.com). Required in the public hosted multi-tenant instance.",
                    "isRequired": true,
                    "placeholder": "https://gitlab.com",
                    "name": "GITLAB-URL"
                }
            ]
        },
        {
            "type": "streamable-http",
            "url": "https://{host}:{port}/",
            "headers": [
                {
                    "description": "GitLab Personal Access Token (glpat-...). Alternatively, send Authorization: Bearer <token>.",
                    "isRequired": true,
                    "isSecret": true,
                    "placeholder": "glpat-xxxxxxxxxxxxxxxxxxxx",
                    "name": "PRIVATE-TOKEN"
                },
                {
                    "description": "Target GitLab instance URL. Omit if the server was started with --gitlab-url.",
                    "placeholder": "https://gitlab.example.com",
                    "name": "GITLAB-URL"
                }
            ],
            "variables": {
                "host": {
                    "description": "Hostname of the self-hosted GitLab MCP Server HTTP instance",
                    "placeholder": "localhost"
                },
                "port": {
                    "description": "Port of the self-hosted GitLab MCP Server HTTP instance",
                    "default": "8080",
                    "placeholder": "8080"
                }
            }
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-05-10T20:42:35.314396Z",
            "publishedAt": "2026-05-10T20:42:35.314396Z",
            "updatedAt": "2026-05-10T20:42:35.314396Z",
            "isLatest": false
        }
    }
}