Gitlab
Rank #885com.gitlab/mcp
MCP server providing mcp capabilities
Gitlab is a Model Context Protocol (MCP) server published by gitlab-org. It ranks #885 of 115,460 servers tracked on MCP Toplist, and its repository has 959 GitHub stars. Gitlab is listed on Official MCP, with 2 tracked versions. It was first listed on Oct 2, 2025 and most recently updated on Oct 2, 2025.
Ranks ahead of 114,575 of 115,460 servers on MCP Toplist.
Use Gitlab
claude mcp add --transport http gitlab https://gitlab.com/api/v4/mcp[mcp_servers.gitlab]
url = "https://gitlab.com/api/v4/mcp"Add to ~/.codex/config.toml.
https://gitlab.com/api/v4/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"gitlab": {
"url": "https://gitlab.com/api/v4/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gitlab": {
"type": "http",
"url": "https://gitlab.com/api/v4/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gitlab": {
"serverUrl": "https://gitlab.com/api/v4/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gitlab": {
"url": "https://gitlab.com/api/v4/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.gitlab%2Fmcp)<a href="https://mcptoplist.com/server/com.gitlab%2Fmcp"><img src="https://mcptoplist.com/badge/com.gitlab%2Fmcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
gitlab-org
Available versions (2)
| Version | Published |
|---|---|
| 0.0.1 | Oct 2, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Gitlab?
- Gitlab is maintained by gitlab-org, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Gitlab listed on the Official MCP Registry?
- Yes — Gitlab is listed on the Official MCP Registry.
- How many versions does Gitlab have?
- MCP Toplist tracks 2 versions of Gitlab, most recently published on Oct 2, 2025.
- Where can I find the source code for Gitlab?
- The source code for Gitlab is hosted at gitlab.com/gitlab-org/gitlab.