Skip to main content
Glama

GitLab MCP Server

by rifqi96

gitlab_list_projects

Retrieve a list of GitLab projects accessible to the user, filtered by membership, ownership, or search criteria, and manage repository interactions efficiently.

Instructions

List GitLab projects accessible to the user

Input Schema

NameRequiredDescriptionDefault
membershipNoLimit to projects the current user is a member of
ownedNoLimit to projects explicitly owned by the current user
per_pageNoNumber of projects to return per page (max 100)
searchNoSearch projects by name

Input Schema (JSON Schema)

{ "properties": { "membership": { "description": "Limit to projects the current user is a member of", "type": "boolean" }, "owned": { "description": "Limit to projects explicitly owned by the current user", "type": "boolean" }, "per_page": { "description": "Number of projects to return per page (max 100)", "type": "number" }, "search": { "description": "Search projects 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