MCP server in namespace io.github
io.github.zereight/gitlab-mcp · Status: active
The source provides no name of its own for this entry. The identifier therefore appears on this page as a coordinate, not as the heading.
If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object
- Registry name
io.github.zereight/gitlab-mcp- Package coordinate
npm:@zereight/mcp-gitlab- Version
2.1.52- Listed in the registry
- 2026-08-22
- Changed in the registry
- 2026-08-22
- First seen by tracevero
- 2026-08-06
- Vendor's website
- https://github.com/zereight/gitlab-mcp
GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more.
Vendor's own description, untranslated and unverified
Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean
Measured values
| Credentials required | yes Raw declaration – Required secret variables (raw): GITLAB_PERSONAL_ACCESS_TOKEN Raw declaration – Required secret headers (raw): confirmed absent Source: MCP-Register · collected on 2026-08-06 · derived |
|---|---|
| Execution location | local Raw declaration – Transports (raw): stdio Source: MCP-Register · collected on 2026-08-06 · derived |
| Path argument present | yes Raw declaration – Path arguments (raw): confirmed absent Raw declaration – Path environment variables (raw): GITLAB_AUTH_COOKIE_PATH, GITLAB_CA_CERT_PATH Source: MCP-Register · collected on 2026-08-16 · derived |
| Repository URL listed | yes Raw declaration – Repository (raw): https://github.com/zereight/gitlab-mcp Source: MCP-Register · collected on 2026-08-06 · derived |
| Version | 2.1.52 Source: MCP-Register · collected on 2026-08-23 · self-declared |
Position within the holdings
How many of the 24,507 published entries carry the same measured value. A reference figure, not an assessment.
- Credentials requiredyes4,204 of 24,507 carry this value (17 %)View these entries
- Execution locationlocal12,078 of 24,507 carry this value (49 %)View these entries
- Path argument presentyes229 of 24,507 carry this value (0.9 %)View these entries
- Repository URL listedyes19,097 of 24,507 carry this value (78 %)View these entries
All 4 values together are carried by 30 of 24,507 entries.
This entry appears in these selections
- MCP servers requiring credentials4,204
- Locally executed MCP servers12,078
- MCP servers with a repository URL19,097
- MCP servers with a path argument229
- Local MCP servers with a repository URL11,472
- MCP servers over stdio only9,833
- MCP servers as an npm package only7,134
- Local MCP servers as an npm package only7,046
- npm packages with a repository URL6,786
- MCP servers over stdio, as an npm package only6,190
- Local MCP servers requiring credentials2,860
- MCP servers with credentials and a repository URL3,485
- MCP servers available as a package only10,633
The source's raw values23
Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.
| Environment variables (raw) | GITLAB_PERSONAL_ACCESS_TOKEN, GITLAB_JOB_TOKEN, GITLAB_AUTH_COOKIE_PATH, GITLAB_API_URL, GITLAB_ALLOWED_PROJECT_IDS, GITLAB_READ_ONLY_MODE, USE_GITLAB_WIKI, GITLAB_TOOLSETS, GITLAB_TOOLS, GITLAB_DENIED_TOOLS_REGEX, GITLAB_TOOL_POLICY_APPROVE, GITLAB_TOOL_POLICY_HIDDEN, NODE_TLS_REJECT_UNAUTHORIZED, GITLAB_CA_CERT_PATH Source: MCP-Register · collected on 2026-08-06 · self-declared |
|---|---|
| Required secret variables (raw) | GITLAB_PERSONAL_ACCESS_TOKEN Source: MCP-Register · collected on 2026-08-06 · self-declared |
| Transports (raw) | stdio Source: MCP-Register · collected on 2026-08-06 · self-declared |
| Path arguments (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-06 · self-declared |
| Repository (raw) | https://github.com/zereight/gitlab-mcp Source: MCP-Register · collected on 2026-08-06 · self-declared |
| Package registries (raw) | npm Source: MCP-Register · collected on 2026-08-06 · self-declared |
| Required secret headers (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Path environment variables (raw) | GITLAB_AUTH_COOKIE_PATH, GITLAB_CA_CERT_PATH Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Remote URLs (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Remote hosts (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Registry status message (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| First listed in the registry (raw) | 2026-08-22 Source: MCP-Register · collected on 2026-08-23 · self-declared |
| Last changed in the registry (raw) | 2026-08-22 Source: MCP-Register · collected on 2026-08-23 · self-declared |
| Schema version of the raw record (raw) | https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Delivery form (raw) | paket Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Repository platform (raw) | github Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Repository subfolder (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Package identifiers (raw) | @zereight/mcp-gitlab Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Package versions (raw) | 2.1.52 Source: MCP-Register · collected on 2026-08-23 · self-declared |
| Runtime hints (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Environment variable formats (raw) | filepath, string Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Environment variable descriptions (raw) | GITLAB_ALLOWED_PROJECT_IDS=Optional comma-separated list of GitLab project IDs that this server is allowed to access. · GITLAB_API_URL=GitLab API base URL. Use https://gitlab.com/api/v4 for GitLab.com or your self-managed GitLab API URL. · GITLAB_AUTH_COOKIE_PATH=Optional path to a GitLab authentication cookie file for cookie-based authentication. · GITLAB_CA_CERT_PATH=Optional path to a custom CA certificate file for self-managed GitLab instances. · GITLAB_DENIED_TOOLS_REGEX=Optional regular expression used to hide matching tools from the server. · GITLAB_JOB_TOKEN=Optional GitLab CI job token to use instead of a personal access token when running inside GitLab CI. · GITLAB_PERSONAL_ACCESS_TOKEN=GitLab personal access token for local stdio use. Create a token with the GitLab scopes needed by the tools you plan to use, such as api or read_api. · GITLAB_READ_ONLY_MODE=Set to true to expose only read-only tools and block write operations. · GITLAB_TOOLS=Optional comma-separated list of individual tool names to add on top of enabled toolsets. · GITLAB_TOOLSETS=Optional comma-separated list of toolsets to enable, such as projects, issues, merge_requests, pipelines, releases, users, groups, wiki, or search. · GITLAB_TOOL_POLICY_APPROVE=Optional comma-separated list of tool names that require explicit approval before execution. · GITLAB_TOOL_POLICY_HIDDEN=Optional comma-separated list of tool names to hide from tools/list. · NODE_TLS_REJECT_UNAUTHORIZED=Set to 0 only when you intentionally need to connect to a GitLab instance with invalid or self-signed TLS certificates. · USE_GITLAB_WIKI=Set to true to enable GitLab wiki tools. Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Icon formats (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
Changes
| 2026-08-23 | Version: 2.1.49 → 2.1.52 |
|---|---|
| 2026-08-23 | Last changed in the registry (raw): 2026-08-18 → 2026-08-22 |
| 2026-08-23 | First listed in the registry (raw): 2026-08-18 → 2026-08-22 |
| 2026-08-23 | Package versions (raw): 2.1.49 → 2.1.52 |
| 2026-08-19 | Version: 2.1.48 → 2.1.49 |
| 2026-08-19 | Last changed in the registry (raw): 2026-08-17 → 2026-08-18 |
| 2026-08-19 | First listed in the registry (raw): 2026-08-17 → 2026-08-18 |
| 2026-08-19 | Package versions (raw): 2.1.48 → 2.1.49 |
| 2026-08-18 | Version: 2.1.47 → 2.1.48 |
| 2026-08-18 | Last changed in the registry (raw): 2026-08-16 → 2026-08-17 |
These are the 10 most recent changes to this entry. Full history
tracevero · https://tracevero.com/mcp/io-github-zereight-gitlab-mcp