GitLab MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITLAB_HOST | Yes | GitLab Host URL | |
| GITLAB_API_TOKEN | Yes | GitLab API Token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| gitlab_issue_to_mr | Guides 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
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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