5.2k★glab-mcp – OpenClaw Skill
glab-mcp is an OpenClaw Skills integration for ai ml workflows. Use when working with glab mcp commands.
5.2k stars8.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml
Skill Snapshot
| name | glab-mcp |
| description | Use when working with glab mcp commands. OpenClaw Skills integration. |
| owner | vince-winkintel |
| repository | vince-winkintel/gitlab-cli-skillspath: glab-mcp |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @vince-winkintel/gitlab-cli-skills:glab-mcp |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
3 files
glab-mcp
references
commands.md
5.8 KBSKILL.md
2.0 KBSKILL.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-cli-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-cli-skills. Review commits and README documentation before installing.
