gitlab-mcp.md

GitLab MCP

from"gitlab"
1.2k

Official MCP server enabling AI tools to access GitLab project data

Developer Tools
GitLabgitCI/CDDevOps
install.sh
# Clone the repository
$git clone https://github.com/gitlab/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve