vince-winkintel/gitlab-cli-skills

glab-mcp

Work with Model Context Protocol (MCP) server for AI assistant integration.

First seen Jun 22, 2026

Installation

$ npx skills add vince-winkintel/gitlab-cli-skills --skill glab-mcp

Summary

  • Work with Model Context Protocol (MCP) server for AI assistant integration.
  • Exposes GitLab features as tools for AI assistants (like Claude Code) to interact with projects, issues, merge requests, and pipelines.
  • Use when integrating AI assistants with GitLab or working with MCP servers.
  • Triggers on MCP, Model Context Protocol, AI assistant integration, glab mcp serve.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from vince-winkintel/gitlab-cli-skills · top by installs.

npx skills add vince-winkintel/gitlab-cli-skills

Browse all from vince-winkintel/gitlab-cli-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 47
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,824 B
  • docs SUMMARY.md 386 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 63 installs

SKILL.md

glab mcp

Overview


  Manage Model Context Protocol server features for GitLab integration.
  The MCP server exposes GitLab features as tools for use by
  AI assistants (like Claude Code) to interact with GitLab projects, issues,
  merge requests, pipelines, and other resources.
  This feature is an experiment and is not ready for production use.
  It might be unstable or removed at any time.
  For more information, see
  https://docs.gitlab.com/policy/development_stages_support/.
  USAGE
    glab mcp <command> [command] [--flags]
  EXAMPLES
    $ glab mcp serve
  COMMANDS
    serve      Start a MCP server with stdio transport. (EXPERIMENTAL)
  FLAGS
    -h --help  Show help for this command.

Quick start

glab mcp --help

Current behavior

Auto-enabled JSON output

glab mcp serve automatically enables JSON output format when running — no manual flag needed. This improves parsing reliability for AI assistants consuming the MCP server's tool responses.

Unannotated commands excluded

Commands that lack MCP annotations are not registered as MCP tools. This means only explicitly supported commands are exposed to AI assistants, reducing noise and improving reliability. If a GitLab operation you expect isn't available as an MCP tool, it may lack MCP annotations.

Subcommands

See [references/commands.md](references/commands.md) for full --help output.