Skip to main content
Glama

search_repositories

Find GitLab projects by entering search terms to locate repositories matching your criteria.

Instructions

Search for GitLab projects

Input Schema

NameRequiredDescriptionDefault
searchYesSearch query
pageNoPage number for pagination (default: 1)
per_pageNoNumber of items per page (max: 100, default: 20)

Input Schema (JSON Schema)

{ "properties": { "page": { "description": "Page number for pagination (default: 1)", "type": "number" }, "per_page": { "description": "Number of items per page (max: 100, default: 20)", "type": "number" }, "search": { "description": "Search query", "type": "string" } }, "required": [ "search" ], "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/harshmaur/gitlab-mcp'

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