npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@yoda.digital/gitlab-mcp-server

v0.3.0

Published

GitLab MCP Server - A Model Context Protocol server for GitLab integration

Downloads

3,158

Readme

GitLab MCP Server


🏆 Why Choose This GitLab MCP?

86 Comprehensive Tools vs. Competitors' 10-20

We provide the most comprehensive GitLab API coverage in any MCP implementation:

| Feature Category | Our Implementation | Typical Competitor | |-----------------|-------------------|-------------------| | Total Tools | 86 | 10-20 | | CI/CD Pipelines | ✅ Full pipeline management | ⚠️ Basic or missing | | Wiki Management | ✅ With attachments (project + group) | ⚠️ Limited | | Member Management | ✅ Project + Group | ⚠️ Read-only | | Protected Branches | ✅ Full management | ❌ Missing | | Labels & Milestones | ✅ Complete CRUD | ⚠️ Limited | | Active Development | ✅ Latest PR Feb 2026 | ❌ Stale repos | | Enterprise Features | ✅ Roadmapped (v0.5.0) | ❌ Missing |

See Full Product Vision & Roadmap


✨ Key Features

🔧 Comprehensive GitLab Integration (86 Tools)

  • Repository Management — Search, create, fork, archive repositories
  • File Operations — Read, create, update, delete files with full branch support
  • Branch Management — Create, list, delete branches
  • Issue Tracking — Create, list, filter, close issues with advanced search
  • Merge Requests — Full MR lifecycle: create, review, approve, merge
  • CI/CD Pipelines — List, trigger, retry, cancel pipelines + job logs
  • Wiki Management — Create, update wikis with attachment support (project + group)
  • Member Management — List and manage project/group members
  • Group Operations — List projects, members, manage group resources
  • Activity Tracking — Monitor events, commit history, project activity
  • Labels & Milestones — Full label and milestone management
  • Protected Branches — Configure branch protection rules
  • Releases — Create and manage project releases

Full Tool List →


🚀 Production-Ready Features

  • Both Transports — stdio + Server-Sent Events (SSE)
  • Consistent API — Standardized pagination and response formatting
  • Strong Typing — Built with MCP SDK for type safety
  • Read-Only Mode — Safe exploration without write access
  • Error Handling — Comprehensive error messages and validation

📦 Quick Start

Installation

From npm (Recommended)

npm install @yoda.digital/gitlab-mcp-server

From Source

git clone https://github.com/yoda-digital/mcp-gitlab-server.git
cd mcp-gitlab-server
npm install
npm run build

Configuration

For Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "gitlab": {
      "command": "node",
      "args": ["/path/to/mcp-gitlab-server/build/index.js"],
      "env": {
        "GITLAB_PERSONAL_ACCESS_TOKEN": "your-token-here",
        "GITLAB_URL": "https://gitlab.com"
      }
    }
  }
}

For Cursor IDE

See our Cursor Integration Guide for step-by-step setup.

Environment Variables

  • GITLAB_PERSONAL_ACCESS_TOKEN — Your GitLab PAT (required)
  • GITLAB_URL — GitLab instance URL (default: https://gitlab.com)
  • GITLAB_READ_ONLY — Set to true for read-only mode (optional)

🎯 Use Cases

  • AI-Assisted Development — Let AI create MRs, manage issues, trigger CI/CD
  • Automated Workflows — Build GitLab automation with natural language
  • Code Review — AI-powered MR descriptions and review assistance
  • Project Management — Manage issues, milestones, and team members via AI
  • CI/CD Orchestration — Monitor and control pipelines through conversational interface
  • Documentation — Auto-generate changelogs, update wikis, manage releases

📚 Documentation


🗺️ Roadmap

v0.3.1 (Feb 15, 2026) — Documentation & Stability

  • [ ] Expanded API documentation
  • [ ] README competitive positioning ✅
  • [ ] Bug fixes and stability improvements

v0.4.0 (Mar 1, 2026) — Revolutionary Feature

  • [ ] Jira Sync or Changelog Auto-Gen or CI Visualization
  • [ ] Feature no other GitLab MCP has

v0.5.0 (Mar 31, 2026) — Enterprise Ready

  • [ ] SAML/OAuth3 authentication
  • [ ] Audit logging & compliance
  • [ ] High-availability deployment guide

Full roadmap & strategic vision →


🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Areas we'd love help with:

  • Additional tool implementations
  • Documentation improvements
  • Test coverage expansion
  • Enterprise feature development

📄 License

MIT — see LICENSE file.


🌟 Why We're Building This

GitLab is powerful, but most AI assistants can't leverage it effectively. Existing MCP implementations are limited (10-20 tools) and lack AI features.

Our mission: Make GitLab fully accessible to AI — from basic repo operations to advanced CI/CD orchestration and enterprise workflows.

Read our full product vision →


🔗 Links


Built with ❤️ by Yoda.Digital