Skip to main content
Glama

GitLab MCP Server

by rifqi96

gitlab_get_project

Retrieve detailed information about a specific GitLab project by providing its ID or URL-encoded path. Ideal for managing repositories and CI/CD pipelines efficiently.

Instructions

Get details of a specific GitLab project

Input Schema

NameRequiredDescriptionDefault
project_idYesThe ID or URL-encoded path of the project

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "The ID or URL-encoded path of the project", "type": "string" } }, "required": [ "project_id" ], "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