Skip to main content
Glama

MCP GitLab Server

by Vijay-Duke

gitlab_get_project

Retrieve detailed metadata for a specific GitLab project using its ID or path, including settings, permissions, statistics, and configurations, via the MCP GitLab Server.

Instructions

Get comprehensive details of a specific GitLab project by ID or path (e.g., 'group/project'). Returns full project metadata including settings, permissions, statistics, and configuration.

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID (integer) or full path (string). Required. Format: 'namespace/project' or numeric ID

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "Project ID (integer) or full path (string). Required. Format: 'namespace/project' or numeric ID", "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/Vijay-Duke/mcp-gitlab'

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