MCP server intelligence profile

mcp-gitlab MCP Server

Enables AI assistants to manage GitLab issues, merge requests, pipelines, and access the REST API via the glab CLI

Local OnlymikedotJS
Awaiting current scanNpm · 0.1.2

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
6Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @weirdscience/mcp-gitlab from npm

Version 0.1.2 declares 1 executable entrypoint.

npm install --save-exact @weirdscience/mcp-gitlab@0.1.2
npx -y -p @weirdscience/mcp-gitlab@0.1.2 @weirdscience/mcp-gitlab
MCP client configuration example
{
  "mcpServers": {
    "@weirdscience/mcp-gitlab": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@weirdscience/mcp-gitlab@0.1.2",
        "@weirdscience/mcp-gitlab"
      ]
    }
  }
}

Identity

Canonical slugmcp-gitlab-c3ec9dd9DeploymentLocal Only
Canonical packagenpm:@weirdscience/mcp-gitlabRepositorymikedotJS/mcp-gitlab
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@weirdscience/mcp-gitlab0.1.21Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@weirdscience/mcp-gitlab0.1.2CurrentSep 5, 20266 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
gitlab-glabServer-reported name
1Capability groups
Aug 22, 2026Observed

Tools 6

ToolCategoryAnnotationsRisk
gitlab_apiCall GitLab REST endpoints with glab api (method, path, fields, headers)
Input schema
{
  "type": "object",
  "properties": {
    "method": {
      "type": "string",
      "enum": [
        "GET",
        "POST",
        "PUT",
        "PATCH",
        "DELETE"
      ],
      "default": "GET"
    },
    "path": {
      "type": "string",
      "description": "Path below /api/v4, e.g. 'projects/:id/issues' where :id is numeric or URL-encoded path"
    },
    "fields": {
      "type": "object",
      "additionalProperties": {}
    },
    "headers": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  },
  "required": [
    "path"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
gitlab_issues_listList issues for a project using glab issue list
Input schema
{
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Project path or numeric ID, e.g. 'gitlab-org/cli'"
    },
    "state": {
      "type": "string",
      "enum": [
        "opened",
        "closed",
        "all"
      ],
      "default": "opened"
    },
    "labels": {
      "type": "string",
      "description": "Comma-separated label names"
    },
    "assignee": {
      "type": "string"
    }
  },
  "required": [
    "project"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
gitlab_mr_createCreate an MR using GitLab REST API via glab api
Input schema
{
  "type": "object",
  "properties": {
    "project": {
      "type": "string"
    },
    "sourceBranch": {
      "type": "string"
    },
    "targetBranch": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string",
      "default": ""
    },
    "draft": {
      "type": "boolean",
      "default": false
    },
    "labels": {
      "type": "string"
    },
    "assignees": {
      "type": "string"
    }
  },
  "required": [
    "project",
    "sourceBranch",
    "targetBranch",
    "title"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
gitlab_mrs_listList MRs for a project using glab mr list
Input schema
{
  "type": "object",
  "properties": {
    "project": {
      "type": "string"
    },
    "state": {
      "type": "string",
      "enum": [
        "opened",
        "merged",
        "closed",
        "all"
      ],
      "default": "opened"
    },
    "labels": {
      "type": "string"
    },
    "draft": {
      "type": "boolean"
    }
  },
  "required": [
    "project"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
gitlab_pipelines_listList pipelines for a project using GitLab REST via `glab api`
Input schema
{
  "type": "object",
  "properties": {
    "project": {
      "type": "string"
    },
    "page": {
      "type": "integer",
      "minimum": 1,
      "default": 1
    },
    "perPage": {
      "type": "integer",
      "minimum": 1,
      "maximum": 100,
      "default": 50
    },
    "status": {
      "type": "string"
    }
  },
  "required": [
    "project"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
glab_versionReturns 'glab --version' text to verify CLI presence
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

mcp-gitlab MCP Server questions

How do I install mcp-gitlab MCP Server?

Install the selected package version with: npm install --save-exact @weirdscience/mcp-gitlab@0.1.2

What tools does mcp-gitlab MCP Server provide?

mcp-gitlab MCP Server exposed 6 tools during independent protocol observation, including gitlab_api, gitlab_issues_list, gitlab_mr_create, gitlab_mrs_list, gitlab_pipelines_list, glab_version.

Is mcp-gitlab MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

GitLab intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.