MCP server

GitLab
MCPOfficial GitLab MCP. Issues, MRs, pipelines — remote.
GitLab’s own server at gitlab.com/api/v4/mcp. The agent stays in the project you authorize.
latest·Proprietary·Updated this quarter·gitlab.com/gitlab-org/gitlab·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"gitlab": {
"url": "https://gitlab.com/api/v4/mcp"
}
}
}By GitLab
Spec
What the server actually exposes.
list_issues
readIssues in a project or group.
list_merge_requests
readMRs and their pipelines.
create_merge_request
writeOpen an MR after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
gitlab-mcp.mcp/tools
Tools
- read
list_issues
Issues in a project or group.
- read
list_merge_requests
MRs and their pipelines.
- write
create_merge_request
Open an MR after you confirm.
Last call
{ "ok": true,
"tool": "list_issues",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
