custom-gitlab-mcp-server

custom-gitlab-mcp-server

0

This project is a GitLab MCP server that allows integration with AI assistants to manage GitLab repositories. It offers tools to search projects, handle file operations, and manage issues and merge requests.

Custom GitLab MCP Server

This project is a custom implementation of a GitLab Model Context Protocol (MCP) server, enabling AI assistants to interact with GitLab repositories.

Features

  • Search for projects in GitLab
  • Fetch file contents and manage files
  • Create and manage issues, merge requests, repositories, and branches

Fixed Implementation

This implementation fixes schema validation issues in the search_repositories tool.

Prerequisites

  • Node.js (v14 or higher)
  • GitLab Personal Access Token with various scopes for API and repository access.