MCP Directory
Back

gitlab-mcp-server

by piatra-automation · JavaScript · ★ 2

Improved implementation of Anthropic's modelcontextprotocol/servers Gitlab MCP server

Install

npx -y github:piatra-automation/gitlab-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "gitlab-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:piatra-automation/gitlab-mcp-server"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server for interacting with GitLab repositories with enhanced functionality. This MCP server allows AI assistants (like Claude) to interact with GitLab repositories, manage projects, issues, merge requests, and more. It extends the original implementation with additional endpoints and improved error handling. - **Project Management** - Create new repositories (with improved group namespace support) - Update project settings (including visibility) - Delete projects - Fork projects - Search for repositories - **File Operations** - Fetch file contents…
Read full README on GitHub →

Related developer tools servers