Skip to main content
Glama
kopiloto

gitlab-mcp-server

by kopiloto

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITLAB_URLNoGitLab instance URL (defaults to https://gitlab.com)https://gitlab.com
GITLAB_TOKENNoYour GitLab Personal Access Token (if using personal token auth)
GITLAB_OAUTH_TOKENNoYour GitLab OAuth2 Token (if using OAuth2 auth)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

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

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