Back to list
Knuckles-Team

gitlab-members

by Knuckles-Team

GitLab MCP Server and Python API Wrapper

9🍴 0📅 Jan 24, 2026

SKILL.md


name: gitlab-members description: "Manages GitLab members. Use for listing members in groups or projects. Triggers: user access, permissions."

Overview

Handles membership queries.

Available Tools

  • get_group_members: Retrieve a list of members in a specific GitLab group, optionally filtered by query or user IDs.
    • Parameters:
      • group_id (str): Optional. - Group ID or path
      • query (Optional[str]): Optional. - Filter members by search term in name or username
      • user_ids (Optional[List[int]]): Optional. - Filter members by user IDs
      • skip_users (Optional[List[int]]): Optional. - Exclude specified user IDs
      • show_seat_info (Optional[bool]): Optional. - Include seat information for members
  • get_project_members: Retrieve a list of members in a specific GitLab project, optionally filtered by query or user IDs.
    • Parameters:
      • project_id (str): Optional. - Project ID or path
      • query (Optional[str]): Optional. - Filter members by search term in name or username
      • user_ids (Optional[List[int]]): Optional. - Filter members by user IDs
      • skip_users (Optional[List[int]]): Optional. - Exclude specified user IDs

Usage Instructions

  1. Filters: query, user_ids.

Examples

  • Group members: get_group_members with group_id="mygroup", query="john".
  • Project: Similar for projects.

Error Handling

  • No members: Empty list is valid.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon