agentsclimarketplace

Glab mcp

Skill serejaris/kimi-skills/skills/gitlab-cli-guide/glab-mcp

使用 MCP(Model Context Protocol,模型上下文协议)服务器进行 AI 助手集成。将 GitLab 功能作为工具暴露给 AI 助手(如 Claude Code),用于与项目、issue、合并请求和流水线交互。适用于将 AI 助手与 GitLab 集成或使用 MCP 服务器。触发词:MCP、模型上下文协议、AI 助手集成、glab mcp serve。From its SKILL.md

Install
npx -y skills add serejaris/kimi-skills --skill glab-mcp

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 23 days oldThe repository was created 23 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.7 KB, 461 tokens by cl100k_base, as published. Nobody here has run it

glab mcp

概览


  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.

快速开始

glab mcp --help

v1.86.0 变更

自动启用 JSON 输出

从 v1.86.0 起,glab mcp serve 运行时会自动启用 JSON 输出格式——无需手动添加参数。这提高了 AI 助手解析 MCP 服务器工具响应时的可靠性。

排除无注解的命令

缺少 MCP 注解的命令不再注册为 MCP 工具。这意味着只有明确支持的命令才会暴露给 AI 助手,从而减少干扰并提高可靠性。如果你期望的某个 GitLab 操作未作为 MCP 工具提供,可能是因为当前版本中该命令缺少 MCP 注解。

子命令

完整的 --help 输出详见 references/commands.md

What ships with it: 1 file

5.6 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.