gitlab-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITLAB_URL | No | GitLab instance URL (defaults to https://gitlab.com) | https://gitlab.com |
| GITLAB_TOKEN | No | Your GitLab Personal Access Token (if using personal token auth) | |
| GITLAB_OAUTH_TOKEN | No | Your GitLab OAuth2 Token (if using OAuth2 auth) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projectsB | List GitLab projects accessible to the authenticated user. |
| list_groupsA | List GitLab groups accessible to the authenticated user. |
| list_group_projectsB | List all projects within a specific GitLab group. |
| get_user_infoA | Get information about the authenticated user. |
| search_repositoriesB | Search for GitLab repositories by name, description, or keywords. |
| get_repository_detailsC | Get detailed information about a specific GitLab repository. |
| read_repository_codeB | Read the complete code structure and content of a repository with filtering options. |
| read_repository_fileB | Read the content of a specific file from a GitLab repository. |
| list_merge_requestsC | List merge requests for a GitLab repository. |
| get_merge_request_analyticsB | Calculate merge request lifetime analytics for a GitLab repository. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/kopiloto/mcp-gitlab-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server