Skip to main content
Glama

gitlab-mcp-server

list_group_projects

Retrieve and filter all projects within a GitLab group, including options for subgroups, sorting, visibility, and pagination. Streamline repository management with precise search and ordering capabilities.

Instructions

List all projects (repositories) within a specific GitLab group

Input Schema

NameRequiredDescriptionDefault
archivedNo
group_idNo
include_subgroupsNo
order_byNo
pageNo
per_pageNo
searchNo
simpleNo
sortNo
visibilityNo

Input Schema (JSON Schema)

{ "properties": { "archived": { "type": "boolean" }, "group_id": { "type": "string" }, "include_subgroups": { "type": "boolean" }, "order_by": { "enum": [ "id", "name", "path", "created_at", "updated_at", "last_activity_at" ], "type": "string" }, "page": { "type": "number" }, "per_page": { "type": "number" }, "search": { "type": "string" }, "simple": { "type": "boolean" }, "sort": { "enum": [ "asc", "desc" ], "type": "string" }, "visibility": { "enum": [ "public", "internal", "private" ], "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/yoda-digital/mcp-gitlab-server'

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