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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers