MCPNews

The Model Context Protocol ecosystem, verified

Current spec 2026-07-28

gitlab-mcp

Spec Support Unverified Community Confidence: Good (0.85)

gitlab-mcp is an MCP server published by zereight; its MCP spec-revision support has not been verified yet. It is a community implementation. Last verified 2026-08-07.

Does gitlab-mcp support the current MCP specification (2026-07-28)?

Undetermined. We have not verified which MCP specification revision gitlab-mcp supports (as of 2026-08-07).

Is gitlab-mcp a first-party (official) MCP server?

No. gitlab-mcp is a community-published MCP server from zereight, not a first-party vendor server (last verified 2026-08-07).

How do I connect to gitlab-mcp?

gitlab-mcp is available via the package npm:@zereight/mcp-gitlab, the official MCP Registry under io.github.zereight/gitlab-mcp, the source repository at https://github.com/zereight/gitlab-mcp. Authentication: none. Transports: stdio, streamable-http, sse-legacy.

When were gitlab-mcp's facts last verified?

2026-08-07. Each fact on this page links to the sources used to verify it.

gitlab-mcp is a community MCP server for the GitLab API, maintained by the independent developer zereight (a personal GitHub account based in Seoul, unaffiliated with GitLab). It covers projects, merge requests, issues, pipelines, wiki, releases, tags, and milestones, and speaks three transports: stdio for local clients, streamable HTTP for remote deployments, and legacy SSE. The default setup needs a GitLab personal access token; self-hosted remote modes add OAuth flows, including a proxy mode for clients like Claude.ai and a multi-user mode where each caller supplies its own token.

Do not confuse it with GitLab's own product: GitLab operates an official MCP server, documented on docs.gitlab.com, which states support for the 2025-03-26 and 2025-06-18 revisions arriving in GitLab 18.7. The community server predates it and remains very actively maintained, with five releases in the last two weeks of this verification window; v2.1.43 fixed four published GitHub security advisories.

No surface names a supported MCP specification revision for gitlab-mcp itself. A changelog entry cites the 2025-06-18 spec's transport section to justify one HTTP behavior, which documents a feature reference, and the @modelcontextprotocol/sdk ^1.29.0 dependency is not evidence. spec_status is therefore unknown.

How widely adopted is gitlab-mcp?

Ranked #17 in The MCP 500 with Adoption Index 81.72 (snapshot , methodology v1).

Measurement Value Source
Official MCP Registry yes API ·
npm downloads (weekly) 92,984 API ·
GitHub stars 1,888 API ·
GitHub forks 341 API ·
Last push 2026-08-10T02:02:14Z API ·
Repository archived no API ·

How was this verified, and what are the sources?

Verified · method: repo-readme · confidence 0.85 (Good).

  1. Official MCP Registry record io.github.zereight/gitlab-mcp version 2.1.46 (published 2026-08-02) - npm package @zereight/mcp-gitlab, stdio transport; the package's server.json marks GITLAB_PERSONAL_ACCESS_TOKEN as required - accessed
  2. zereight/gitlab-mcp README - "A comprehensive GitLab MCP server for AI clients. Manage projects, merge requests, issues, pipelines, wiki, releases, tags, milestones, and more through stdio, SSE, and Streamable HTTP"; four auth methods documented: personal access token, a local OAuth2 browser flow, an OAuth2 MCP proxy mode for remote clients, and a multi-user remote-authorization mode; owner is the personal account zereight with no GitLab affiliation stated - accessed
  3. gitlab-mcp releases - v2.1.46 (2026-08-02); v2.1.43 (2026-07-26) fixed four GitHub security advisories (GHSA-2h44-8472-frjj, GHSA-cv3r-c5h8-f4g5, GHSA-4rm9-rfp2-j39q, GHSA-5648-rgj9-v224); five releases shipped in the two weeks before this check - accessed
  4. GitLab docs "MCP server" - GitLab's own, separate official MCP server: "GitLab provides an official Model Context Protocol server", with support for spec revisions 2025-03-26 and 2025-06-18 added in GitLab 18.7; cited here to distinguish the two products - accessed