Skip to main content
Glama

GitLab MCP Server

by Alosies

get_project

Retrieve detailed information about a GitLab project using its ID or path to access project data, configurations, and metadata.

Instructions

Get details of a specific project

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID or path (e.g., "1" or "group/project")

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Project ID or path (e.g., \"1\" or \"group/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/Alosies/gitlab-mcp-server'

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