74
/ 100
1 month ago
smithery

GitLab MCP Server

Enable powerful LLM-driven exploration and analysis of GitLab instances with comprehensive search, code browsing, and issue management tools. Seamlessly integrate with self-hosted or GitLab.com environments using flexible authentication modes. Optimize AI workflows with automatic GraphQL schema discovery and dynamic query capabilities.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: GITLAB_READ_TOKEN, GITLAB_SHARED_ACCESS_TOKEN, GITLAB_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGITLAB_AUTH_MODEthe three-way enum is gone. Pick your deployment shape by which env var you set; see [Choose your deployment](#choose-your-deployment).
configGITLAB_MAX_PAGE_SIZEMaximum items per page (1–100) 50
configGITLAB_MCP_PORTHTTP server port 8008
🔐 secretGITLAB_READ_TOKENglpat-readonly-service-token # read_api scope only
🔐 secretGITLAB_SHARED_ACCESS_TOKENrename to GITLAB_TOKEN (full access) or GITLAB_READ_TOKEN (read-only).
configGITLAB_TIMEOUTRequest timeout in milliseconds 30000
🔐 secretGITLAB_TOKENenv =glpat-your-pat \
configGITLAB_URLenv =https://gitlab.com \
configMCP_TRANSPORTTransport mode (http for LibreChat) stdio
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/ttpears-gitlab-mcp-frnfyu)](https://m8ven.ai/mcp/ttpears-gitlab-mcp-frnfyu)
commit: a0726fdc8cefa04542d716a00c7b6122258b1c13
code hash: 802d82373be30d730aa2f22134ca758743d907fa05d9a18b81f66f3b3d45ec82
verified: 6/9/2026, 10:32:14 AM
view raw JSON →