skills$openclaw/glab-mcp
vince-winkintel522

by vince-winkintel

glab-mcp – OpenClaw Skill

glab-mcp is an OpenClaw Skills integration for ai ml workflows. Use when working with glab mcp commands.

522 stars9.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

nameglab-mcp
descriptionUse when working with glab mcp commands. OpenClaw Skills integration.
ownervince-winkintel
repositoryvince-winkintel/gitlab-ci-skillspath: glab-mcp
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @vince-winkintel/gitlab-ci-skills:glab-mcp
last updatedFeb 7, 2026

Maintainer

vince-winkintel

vince-winkintel

Maintains glab-mcp in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
glab-mcp
references
commands.md
5.8 KB
SKILL.md
2.0 KB
SKILL.md

name: glab-mcp description: Use when working with glab mcp commands.

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 experimental. It might be broken or removed without any prior notice.                                 
  Read more about what experimental features mean at                                                                    
  https://docs.gitlab.com/policy/development_stages_support/                                                            
                                                                                                                        
  Use experimental features at your own risk.                                                                           
                                                                                                                        
         
  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

Subcommands

See references/commands.md for full --help output.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install glab-mcp?

Run openclaw add @vince-winkintel/gitlab-ci-skills:glab-mcp in your terminal. This installs glab-mcp into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/vince-winkintel/gitlab-ci-skills. Review commits and README documentation before installing.