mcpbeat Sign in

Advanced GitLab MCP server

by structured-world Your server? Claim it
local only

Advanced GitLab MCP server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 517 installs a week from npm. Last commit 15 Sep 2026.

58 CQRS tools exposing 230 GitLab operations across 26 entity types

Installs per day peak 724 · avg 269 · +5% w/w
a month agotoday
1 517
Installs / week
npm · @structured-world/gitlab-mcp
6
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment packages/gitlab-mcp/src/config.ts:587
  for (const [key, value] of Object.entries(process.env)) {
# Root needed to add files under node_modules; dropped back to the app user after
USER root

# Install the db package as a real node module so core's lazy
# require('@structured-world/gitlab-mcp-db') resolves at runtime. Its generated
# Prisma client lives inside the package (custom output dir).
Secret passed into the image build packages/gitlab-mcp/Dockerfile:105
# ============================================================================
# ENVIRONMENT CONFIGURATION
# ============================================================================

# Core GitLab connection settings (required)
ENV GITLAB_TOKEN=""

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add gitlab-mcp -- npx -y @structured-world/gitlab-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gitlab-mcp": {
      "args": [
        "-y",
        "@structured-world/gitlab-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gitlab-mcp]
command = "npx"
args = ["-y", "@structured-world/gitlab-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gitlab-mcp": {
      "args": [
        "-y",
        "@structured-world/gitlab-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gitlab-mcp": {
      "args": [
        "-y",
        "@structured-world/gitlab-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITLAB_TOKEN (GitLab Personal Access Token with 'api' and 'read_user' scopes), GITLAB_API_URL (GitLab instance API URL for self-hosted instances (defaults to https://gitlab.com)), GITLAB_READ_ONLY_MODE (Enable read-only mode (disable all manage_* write operations)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Advanced GitLab MCP server

same job, measured the same way
getMe MCP Server
by aatirnadim

An MCP server that exposes getMe key-value operations as MCP tools

204 installs/wk local only
Apollo MCP Server
by apollographql

MCP server that exposes GraphQL operations as tools for AI models.

local only
Klokin
by klokin

MCP server exposing klokin time-tracking operations (employees, time entries, stores) to AI clients.

answering
CLIO Plot
by iowarp

MCP server for advanced data visualization and plotting operations

local only
C
Enterprise MCP Gateway
by thenextgennexus

Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.

152 tools answering
Optiqra MCP
by armin5872

MCP server exposing OptiQra's website audit tools: SEO, GEO, AEO, and AI-generated fixes.

38 installs/wk local only
Valet Parking Directory
by getvaletparking

MCP server for valet parking: 789 US operators across 31,186 cities. 7 tools. No auth.

8 tools answering
Hop
by danmartuszewski

SSH connection manager with MCP server for AI-assisted operations across servers.

local only

Advanced GitLab MCP server — questions

Answers built from our own checks of this server.

Why is there no uptime for Advanced GitLab MCP server?
Advanced GitLab MCP server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @structured-world/gitlab-mcp was installed 1 517 times last week.
How do I connect Advanced GitLab MCP server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @structured-world/gitlab-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Advanced GitLab MCP server?
The npm package @structured-world/gitlab-mcp was installed 1 517 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Advanced GitLab MCP server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.