Tools
create_or_update_file
search_repositories
create_repository
get_file_contents
push_files
create_issue
create_merge_request
fork_repository
create_branch
Server Config
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gitlab"
],
"env": {
"GITLAB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>",
"GITLAB_API_URL": "https://gitlab.com/api/v4"
}
}
}
}