A Model Context Protocol (MCP) server for integrating GitLab with GenAI applications.
DevOps platform with CI/CD integration
- Comprehensive GitLab API coverage
- Multiple authentication methods
- Enterprise-ready with rate limiting
- Full error handling and retry logic
- Async support for better performance
pip install gitlab-mcp-serverOr install from source:
git clone https://github.com/asklokesh/gitlab-mcp-server.git
cd gitlab-mcp-server
pip install -e .Create a .env file or set environment variables according to GitLab API requirements.
from gitlab_mcp import GitlabMCPServer
# Initialize the server
server = GitlabMCPServer()
# Start the server
server.start()MIT License - see LICENSE file for details