Skip to main content
Glama

GitLab MCP Server

by rifqi96

gitlab_list_groups

Retrieve and manage GitLab groups by listing them based on ownership or search criteria using the GitLab MCP Server for streamlined group administration.

Instructions

List GitLab groups

Input Schema

NameRequiredDescriptionDefault
ownedNoLimit to groups explicitly owned by the current user
searchNoSearch groups by name

Input Schema (JSON Schema)

{ "properties": { "owned": { "description": "Limit to groups explicitly owned by the current user", "type": "boolean" }, "search": { "description": "Search groups by name", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rifqi96/mcp-gitlab'

If you have feedback or need assistance with the MCP directory API, please join our Discord server