{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.vish288/mcp-gitlab",
    "description": "MCP server for GitLab API \u2014 projects, MRs, pipelines, CI/CD, approvals, issues, code review.",
    "repository": {
        "url": "https://github.com/vish288/mcp-gitlab",
        "source": "github"
    },
    "version": "0.9.2",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "mcp-gitlab",
            "version": "0.9.2",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "GitLab personal access token (also accepts GITLAB_PAT or GITLAB_API_TOKEN)",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "GITLAB_TOKEN"
                },
                {
                    "description": "GitLab instance URL (e.g. https://gitlab.com)",
                    "isRequired": true,
                    "format": "string",
                    "name": "GITLAB_URL"
                },
                {
                    "description": "Restrict to read-only operations (true/false)",
                    "format": "string",
                    "name": "GITLAB_READ_ONLY"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-08T01:01:45.691949Z",
            "publishedAt": "2026-07-08T01:01:45.691949Z",
            "updatedAt": "2026-07-08T01:01:45.691949Z",
            "isLatest": true
        }
    }
}