gitlab

gitlab

Created by modelcontextprotocol 2 months ago 12 views 🔗

GitLab API, enabling project management

Featured Trending New
# GitLab MCP Server The GitLab MCP Server provides tools to interact with GitLab API, enabling project management and code operations. ## Features - Project management - Repository operations - Issue tracking - Merge request handling - CI/CD pipeline interaction - User and group management - Wiki page operations ## Authentication To use this server, you need a GitLab Personal Access Token with appropriate permissions. ## Setup ```bash export GITLAB_TOKEN=your_token_here export GITLAB_URL=https://gitlab.com # or your self-hosted instance npx @modelcontextprotocol/server-gitlab ``` ## Use Cases - Project management and tracking - Code review and analysis - Issue and merge request handling - CI/CD pipeline management - Repository exploration - Documentation maintenance