MCP Gitlab runs on your own machine — the client starts it, so there is no endpoint to ping. 2 101 installs a week from pypi. Last commit 23 Aug 2026.
MCP server for GitLab API — projects, MRs, pipelines, CI/CD, approvals, issues, code review.
Today is the operative word: we check MCP Gitlab every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-gitlab -- uvx mcp-gitlab
{
"mcpServers": {
"mcp-gitlab": {
"args": [
"mcp-gitlab"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-gitlab]
command = "uvx"
args = ["mcp-gitlab"]
{
"mcpServers": {
"mcp-gitlab": {
"args": [
"mcp-gitlab"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-gitlab": {
"args": [
"mcp-gitlab"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
GITLAB_TOKEN (GitLab personal access token (also accepts GITLAB_PAT or GITLAB_API_TOKEN)), GITLAB_URL (GitLab instance URL (e.g. https://gitlab.com)), GITLAB_READ_ONLY (Restrict to read-only operations (true/false)).
The author declared them in the registry entry; get the values from the project itself.
GitHub MCP Server - List PRs, issues, repo info, and search code
MCP server for siGit (sigit.si): browse repos, search code, manage PRs/issues, web search.
MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.
Gemini-powered MCP server for code review analysis.
MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.
MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more
MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.
MCP server for MNE-Python documentation, source code, GitHub issues, and forum
Answers built from our own checks of this server.