Skip to main content
Glama

MCP GitLab Server

by Vijay-Duke

gitlab_search_projects

Search across all GitLab projects by name or description using case-insensitive partial matching. Retrieve project details with pagination support for comprehensive results.

Instructions

Search for projects across all of GitLab by name or description. Returns matching projects with basic info. More comprehensive than list_projects' search which only searches your accessible projects.

Input Schema

NameRequiredDescriptionDefault
pageNoPage number for pagination (integer, ≥1, default: 1)
per_pageNoNumber of results per page (integer, 1-100, default: 20)
searchYesSearch query string. Searches in project names and descriptions. Case-insensitive partial matching

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "Page number for pagination (integer, ≥1, default: 1)", "minimum": 1, "type": "integer" }, "per_page": { "default": 50, "description": "Number of results per page (integer, 1-100, default: 20)", "maximum": 100, "minimum": 1, "type": "integer" }, "search": { "description": "Search query string. Searches in project names and descriptions. Case-insensitive partial matching", "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/Vijay-Duke/mcp-gitlab'

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