anarsyakir/gitlab-mcp
If you are the rightful owner of gitlab-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This repository contains an implementation of a Model Context Protocol (MCP) server that exposes a subset of the GitLab REST API as callable tools.
Tools
Functions exposed to the LLM to take actions
listProjects
List projects visible to the authenticated user, with optional search and filters.
getProject
Retrieve details about a single project by ID or namespaced path.
createProject
Create a new project; supports optional namespaceId, description, and visibility.
listIssues
List issues for a specific project.
createIssue
Create an issue in a project with a title, optional description, labels, and assignee.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client