Skip to main content
Glama

GitLab MCP Server

Official

search_repositories

Find GitLab projects using a search query with options for pagination and results per page, integrated with the GitLab MCP Server for efficient project management.

Instructions

Search for GitLab projects

Input Schema

NameRequiredDescriptionDefault
pageNoPage number for pagination (default: 1)
per_pageNoNumber of results per page (default: 20)
searchYesSearch query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "Page number for pagination (default: 1)", "type": "number" }, "per_page": { "description": "Number of results per page (default: 20)", "type": "number" }, "search": { "description": "Search query", "type": "string" } }, "required": [ "search" ], "type": "object" }

You must be authenticated.

Other Tools from GitLab MCP Server

Related Tools

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/modelcontextprotocol/gitlab'

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