gitlab-mcp-server

sargonpiraev/gitlab-mcp-server

3.2

If you are the rightful owner of gitlab-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The GitLab API MCP Server is designed to facilitate seamless integration with GitLab's API, providing developers with a robust tool for managing and automating their GitLab workflows.

Tools
  1. paths.api.v4.groups.id.access_requests.get

    Fetches access requests for a specific group in GitLab.

GitLab API MCP Server

npm version smithery badge

MCP server for GitLab API integration

Features

Installation

Installing via Smithery

To install GitLab API MCP Server for any client automatically via Smithery:

npx -y @smithery/cli@latest install @sargonpiraev/gitlab-mcp-server --client <CLIENT_NAME>
Install in Cursor
Cursor One-Click Installation

Install MCP Server

Manual Configuration

Add to your Cursor ~/.cursor/mcp.json file:

{
  "mcpServers": {
    "gitlab-mcp-server": {
      "command": "npx",
      "args": ["-y", "@sargonpiraev/gitlab-mcp-server"],
      "env": {
        // Add required environment variables here
      }
    }
  }
}
Install in VS Code

Or add manually to your VS Code settings:

"mcp": {
  "servers": {
    "gitlab-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@sargonpiraev/gitlab-mcp-server"],
      "env": {
        // Add required environment variables here
      }
    }
  }
}
Install in Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "gitlab-mcp-server": {
      "command": "npx",
      "args": ["-y", "@sargonpiraev/gitlab-mcp-server"],
      "env": {
        // Add required environment variables here
      }
    }
  }
}

Available Tools

  • paths.api.v4.groups.id.access_requests.get:

Total: 1 tools available 🎯

Support This Project

Hi! I'm Sargon, a software engineer passionate about AI tools and automation. I create open-source MCP servers to help developers integrate AI assistants with their favorite services.

Your support helps me continue developing and maintaining these tools, and motivates me to create new integrations that make AI assistants even more powerful! 🚀

Support on Boosty

Connect with Author