Skip to main content
Glama

MCP GitLab Server

by Vijay-Duke

gitlab_get_current_project

Retrieve GitLab project details directly from a local git repository. This tool analyzes git remotes to identify the associated GitLab project, providing essential project information for integration and management.

Instructions

Auto-detect and retrieve GitLab project information from the current git repository. Examines git remotes to find associated GitLab project. Returns same details as get_project.

Input Schema

NameRequiredDescriptionDefault
pathNoPath to local git repository (string). Absolute or relative path. Default: '.' (current directory)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to local git repository (string). Absolute or relative path. Default: '.' (current directory)", "type": "string" } }, "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