plugins marketplace
← All plugins

gitlab

GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.

Claude Code1 MCP serverstreamable-http

by GitLab33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is external_plugins/gitlab/ inside the repository.

Layout

external_plugins/gitlab/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

gitlabstreamable-http
url
https://gitlab.com/api/v4/mcp

Manifests1

external_plugins/gitlab/.claude-plugin/plugin.json
{
  "name": "gitlab",
  "description": "GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.",
  "author": {
    "name": "GitLab"
  }
}