Skip to main content
Glama
Foxhunt

GitLab MCP Server

by Foxhunt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITLAB_HOSTYesGitLab Host URL
GITLAB_API_TOKENYesGitLab API Token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
gitlab_list_projectsA

List all projects (paginated)

gitlab_get_issuesA

Get issues for a project or globally (paginated)

gitlab_get_issue_notesB

Get notes for an issue (paginated)

gitlab_create_issue_noteB

Create a new note/comment on an issue

gitlab_edit_issue_noteB

Edit an existing note/comment on an issue

gitlab_searchB

Search for projects, issues, merge requests, and more. (paginated)

gitlab_get_issueA

Get a specific issue from a project

gitlab_get_todosB

Get a list of to-do items (paginated)

gitlab_get_wiki_pageC

Get a wiki page for a given project

gitlab_list_wiki_pagesA

Get all wiki pages for a given project. (paginated)

gitlab_create_issueA

Create a new issue in a project

gitlab_edit_issueB

Edit an existing issue in a project

gitlab_list_milestonesA

Get a list of project milestones (paginated)

gitlab_create_branchC

Create a new branch in the project

gitlab_create_merge_requestC

Create a new merge request

gitlab_edit_merge_requestC

Update an existing merge request

Prompts

Interactive templates invoked by user choice

NameDescription
gitlab_issue_to_mrGuides you through the full GitLab workflow: from an issue (new or existing) to a linked Draft Merge Request. Provide a projectId and optionally an existing issueIid to skip issue creation.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Foxhunt/gitlab-mcp-server'

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