{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.jmrplens/gitlab-mcp-server",
    "description": "GitLab MCP server with meta/dynamic tools, resources, prompts, and broad GitLab API coverage.",
    "title": "GitLab MCP Server",
    "repository": {
        "url": "https://github.com/jmrplens/gitlab-mcp-server",
        "source": "github",
        "id": "1208139072"
    },
    "version": "2.0.0-RC1",
    "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/v2.0.0-RC1/gitlab-mcp-server-linux-amd64",
            "version": "2.0.0-RC1",
            "fileSha256": "7aa188b686b16c702d235eba223d40ede03fb3e0ac78f8da34de891f1533abed",
            "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": "Tool catalog selector: dynamic, meta, or individual (default: dynamic)",
                    "default": "dynamic",
                    "choices": [
                        "meta",
                        "individual",
                        "dynamic"
                    ],
                    "name": "TOOL_SURFACE"
                },
                {
                    "description": "Resource and prompt catalog selector: full or minimal (default: full)",
                    "default": "full",
                    "choices": [
                        "full",
                        "minimal"
                    ],
                    "name": "CAPABILITY_SURFACE"
                },
                {
                    "description": "Meta-tool input schema detail: opaque, compact, or full (default: opaque)",
                    "default": "opaque",
                    "choices": [
                        "opaque",
                        "compact",
                        "full"
                    ],
                    "name": "META_PARAM_SCHEMA"
                },
                {
                    "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": "Comma-separated tool names to exclude from registration (e.g. gitlab_admin,gitlab_runner)",
                    "placeholder": "gitlab_admin,gitlab_runner",
                    "name": "EXCLUDE_TOOLS"
                },
                {
                    "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": "Extra OS path-list-separated directories allowed for local GitLab import archives",
                    "placeholder": "/path/to/exports:/another/path/to/exports",
                    "name": "GITLAB_MCP_ALLOWED_IMPORT_DIRS"
                },
                {
                    "description": "Per-server tools/call rate limit in requests per second; 0 disables it (default: 0)",
                    "format": "number",
                    "default": "0",
                    "name": "RATE_LIMIT_RPS"
                },
                {
                    "description": "Token-bucket burst size when RATE_LIMIT_RPS is greater than 0 (default: 40)",
                    "format": "number",
                    "default": "40",
                    "name": "RATE_LIMIT_BURST"
                },
                {
                    "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/v2.0.0-RC1/gitlab-mcp-server-linux-arm64",
            "version": "2.0.0-RC1",
            "fileSha256": "2410231d4244cd91720b5d41dda9d9647e6dd4439666fb87346a3c8de21423af",
            "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": "Tool catalog selector: dynamic, meta, or individual (default: dynamic)",
                    "default": "dynamic",
                    "choices": [
                        "meta",
                        "individual",
                        "dynamic"
                    ],
                    "name": "TOOL_SURFACE"
                },
                {
                    "description": "Resource and prompt catalog selector: full or minimal (default: full)",
                    "default": "full",
                    "choices": [
                        "full",
                        "minimal"
                    ],
                    "name": "CAPABILITY_SURFACE"
                },
                {
                    "description": "Meta-tool input schema detail: opaque, compact, or full (default: opaque)",
                    "default": "opaque",
                    "choices": [
                        "opaque",
                        "compact",
                        "full"
                    ],
                    "name": "META_PARAM_SCHEMA"
                },
                {
                    "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": "Comma-separated tool names to exclude from registration (e.g. gitlab_admin,gitlab_runner)",
                    "placeholder": "gitlab_admin,gitlab_runner",
                    "name": "EXCLUDE_TOOLS"
                },
                {
                    "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": "Extra OS path-list-separated directories allowed for local GitLab import archives",
                    "placeholder": "/path/to/exports:/another/path/to/exports",
                    "name": "GITLAB_MCP_ALLOWED_IMPORT_DIRS"
                },
                {
                    "description": "Per-server tools/call rate limit in requests per second; 0 disables it (default: 0)",
                    "format": "number",
                    "default": "0",
                    "name": "RATE_LIMIT_RPS"
                },
                {
                    "description": "Token-bucket burst size when RATE_LIMIT_RPS is greater than 0 (default: 40)",
                    "format": "number",
                    "default": "40",
                    "name": "RATE_LIMIT_BURST"
                },
                {
                    "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/v2.0.0-RC1/gitlab-mcp-server-darwin-amd64",
            "version": "2.0.0-RC1",
            "fileSha256": "0cfd92523a6e34c24f8e99f6ccf22727cd113753c80b5ddef6d31ac926a20229",
            "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": "Tool catalog selector: dynamic, meta, or individual (default: dynamic)",
                    "default": "dynamic",
                    "choices": [
                        "meta",
                        "individual",
                        "dynamic"
                    ],
                    "name": "TOOL_SURFACE"
                },
                {
                    "description": "Resource and prompt catalog selector: full or minimal (default: full)",
                    "default": "full",
                    "choices": [
                        "full",
                        "minimal"
                    ],
                    "name": "CAPABILITY_SURFACE"
                },
                {
                    "description": "Meta-tool input schema detail: opaque, compact, or full (default: opaque)",
                    "default": "opaque",
                    "choices": [
                        "opaque",
                        "compact",
                        "full"
                    ],
                    "name": "META_PARAM_SCHEMA"
                },
                {
                    "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": "Comma-separated tool names to exclude from registration (e.g. gitlab_admin,gitlab_runner)",
                    "placeholder": "gitlab_admin,gitlab_runner",
                    "name": "EXCLUDE_TOOLS"
                },
                {
                    "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": "Extra OS path-list-separated directories allowed for local GitLab import archives",
                    "placeholder": "/path/to/exports:/another/path/to/exports",
                    "name": "GITLAB_MCP_ALLOWED_IMPORT_DIRS"
                },
                {
                    "description": "Per-server tools/call rate limit in requests per second; 0 disables it (default: 0)",
                    "format": "number",
                    "default": "0",
                    "name": "RATE_LIMIT_RPS"
                },
                {
                    "description": "Token-bucket burst size when RATE_LIMIT_RPS is greater than 0 (default: 40)",
                    "format": "number",
                    "default": "40",
                    "name": "RATE_LIMIT_BURST"
                },
                {
                    "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/v2.0.0-RC1/gitlab-mcp-server-darwin-arm64",
            "version": "2.0.0-RC1",
            "fileSha256": "582f59d11075f68551c5e51c27a0bf396989dfd5bf7d181c6d5ab84fbab9cec1",
            "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": "Tool catalog selector: dynamic, meta, or individual (default: dynamic)",
                    "default": "dynamic",
                    "choices": [
                        "meta",
                        "individual",
                        "dynamic"
                    ],
                    "name": "TOOL_SURFACE"
                },
                {
                    "description": "Resource and prompt catalog selector: full or minimal (default: full)",
                    "default": "full",
                    "choices": [
                        "full",
                        "minimal"
                    ],
                    "name": "CAPABILITY_SURFACE"
                },
                {
                    "description": "Meta-tool input schema detail: opaque, compact, or full (default: opaque)",
                    "default": "opaque",
                    "choices": [
                        "opaque",
                        "compact",
                        "full"
                    ],
                    "name": "META_PARAM_SCHEMA"
                },
                {
                    "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": "Comma-separated tool names to exclude from registration (e.g. gitlab_admin,gitlab_runner)",
                    "placeholder": "gitlab_admin,gitlab_runner",
                    "name": "EXCLUDE_TOOLS"
                },
                {
                    "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": "Extra OS path-list-separated directories allowed for local GitLab import archives",
                    "placeholder": "/path/to/exports:/another/path/to/exports",
                    "name": "GITLAB_MCP_ALLOWED_IMPORT_DIRS"
                },
                {
                    "description": "Per-server tools/call rate limit in requests per second; 0 disables it (default: 0)",
                    "format": "number",
                    "default": "0",
                    "name": "RATE_LIMIT_RPS"
                },
                {
                    "description": "Token-bucket burst size when RATE_LIMIT_RPS is greater than 0 (default: 40)",
                    "format": "number",
                    "default": "40",
                    "name": "RATE_LIMIT_BURST"
                },
                {
                    "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/v2.0.0-RC1/gitlab-mcp-server-windows-amd64.exe",
            "version": "2.0.0-RC1",
            "fileSha256": "f2e4adb725fdf31bd7f42443a83a2498ca4afa40a5488c4aa83fe83ead45d63e",
            "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": "Tool catalog selector: dynamic, meta, or individual (default: dynamic)",
                    "default": "dynamic",
                    "choices": [
                        "meta",
                        "individual",
                        "dynamic"
                    ],
                    "name": "TOOL_SURFACE"
                },
                {
                    "description": "Resource and prompt catalog selector: full or minimal (default: full)",
                    "default": "full",
                    "choices": [
                        "full",
                        "minimal"
                    ],
                    "name": "CAPABILITY_SURFACE"
                },
                {
                    "description": "Meta-tool input schema detail: opaque, compact, or full (default: opaque)",
                    "default": "opaque",
                    "choices": [
                        "opaque",
                        "compact",
                        "full"
                    ],
                    "name": "META_PARAM_SCHEMA"
                },
                {
                    "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": "Comma-separated tool names to exclude from registration (e.g. gitlab_admin,gitlab_runner)",
                    "placeholder": "gitlab_admin,gitlab_runner",
                    "name": "EXCLUDE_TOOLS"
                },
                {
                    "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": "Extra OS path-list-separated directories allowed for local GitLab import archives",
                    "placeholder": "C:\\path\\to\\exports;D:\\other\\exports",
                    "name": "GITLAB_MCP_ALLOWED_IMPORT_DIRS"
                },
                {
                    "description": "Per-server tools/call rate limit in requests per second; 0 disables it (default: 0)",
                    "format": "number",
                    "default": "0",
                    "name": "RATE_LIMIT_RPS"
                },
                {
                    "description": "Token-bucket burst size when RATE_LIMIT_RPS is greater than 0 (default: 40)",
                    "format": "number",
                    "default": "40",
                    "name": "RATE_LIMIT_BURST"
                },
                {
                    "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/v2.0.0-RC1/gitlab-mcp-server-windows-arm64.exe",
            "version": "2.0.0-RC1",
            "fileSha256": "dc13891654dbffd1533a310fc3e4ef3d3c128a4b3dcf091f9fc7354e4632fa54",
            "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": "Tool catalog selector: dynamic, meta, or individual (default: dynamic)",
                    "default": "dynamic",
                    "choices": [
                        "meta",
                        "individual",
                        "dynamic"
                    ],
                    "name": "TOOL_SURFACE"
                },
                {
                    "description": "Resource and prompt catalog selector: full or minimal (default: full)",
                    "default": "full",
                    "choices": [
                        "full",
                        "minimal"
                    ],
                    "name": "CAPABILITY_SURFACE"
                },
                {
                    "description": "Meta-tool input schema detail: opaque, compact, or full (default: opaque)",
                    "default": "opaque",
                    "choices": [
                        "opaque",
                        "compact",
                        "full"
                    ],
                    "name": "META_PARAM_SCHEMA"
                },
                {
                    "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": "Comma-separated tool names to exclude from registration (e.g. gitlab_admin,gitlab_runner)",
                    "placeholder": "gitlab_admin,gitlab_runner",
                    "name": "EXCLUDE_TOOLS"
                },
                {
                    "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": "Extra OS path-list-separated directories allowed for local GitLab import archives",
                    "placeholder": "C:\\path\\to\\exports;D:\\other\\exports",
                    "name": "GITLAB_MCP_ALLOWED_IMPORT_DIRS"
                },
                {
                    "description": "Per-server tools/call rate limit in requests per second; 0 disables it (default: 0)",
                    "format": "number",
                    "default": "0",
                    "name": "RATE_LIMIT_RPS"
                },
                {
                    "description": "Token-bucket burst size when RATE_LIMIT_RPS is greater than 0 (default: 40)",
                    "format": "number",
                    "default": "40",
                    "name": "RATE_LIMIT_BURST"
                },
                {
                    "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-18T01:34:27.570223Z",
            "publishedAt": "2026-05-18T01:34:27.570223Z",
            "updatedAt": "2026-05-18T01:34:27.570223Z",
            "isLatest": false
        }
    }
}