mcpbeat Sign in

Gitlab Docs MCP Server

by ozanmutlu Your server? Claim it
local only

Gitlab Docs runs on your own machine — the client starts it, so there is no endpoint to ping. 278 installs a week from npm. Last commit 16 Sep 2026.

Search and browse 2,900+ official GitLab documentation pages via MCP

Installs per day peak 886 · avg 52 · -79% w/w
a month agotoday
278
Installs / week
npm · gitlab-docs-mcp
3
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Gitlab Docs every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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-docs -- npx -y gitlab-docs-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gitlab-docs": {
      "args": [
        "-y",
        "gitlab-docs-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gitlab-docs]
command = "npx"
args = ["-y", "gitlab-docs-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gitlab-docs": {
      "args": [
        "-y",
        "gitlab-docs-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gitlab-docs": {
      "args": [
        "-y",
        "gitlab-docs-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Gitlab Docs

same job, measured the same way
Adobe Commerce Docs MCP
by jigarkkarangiya

MCP server for Adobe Commerce / Magento 2 documentation — search, browse, and read official docs.

904 installs/wk local only
MintMCP Docs
by mintmcp

Search and read the official MintMCP documentation, the enterprise MCP gateway.

4 tools answering
Pine Labs SDK API Documentation MCP Server
by prakhargour10

List and fetch official Pine Labs SDK API documentation via MCP tools.

local only
Nalpeiron Docs
by nalpeiron-docs

Search and browse Nalpeiron product documentation (Zentitle2, ZenGain, ZenMeter, EUP) via GitBook.

4 tools answering
Capawesome
by capawesome

The official MCP server for Capawesome documentation and Capawesome Cloud.

83 installs/wk 3 tools answering
Dash MCP Server
by kapeli

MCP server for Dash, the macOS API documentation browser. Search 200+ docsets.

124 installs/wk local only
Branch Docs
by branch-docs

Access and search Branch's official API documentation directly within any AI agent or client.

8 tools answering
Egnyte MCP Server
by ptyagiegnyte

Official Egnyte MCP Server for AI integration with document search, analysis, and collaboration.

local only

Gitlab Docs — questions

Answers built from our own checks of this server.

Why is there no uptime for Gitlab Docs?
Gitlab Docs 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 gitlab-docs-mcp was installed 278 times last week.
How do I connect Gitlab Docs?
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 gitlab-docs-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gitlab Docs?
The npm package gitlab-docs-mcp was installed 278 times in the last week. Week over week that is -79%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gitlab Docs open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.