Details
- API Base URL:
https://gitlab.com/api - MCP Base URL:
https://gitlab.com/api/v4/mcp
Unified API
| Method | Endpoint | Description |
|---|---|---|
| repos | /git/repos | Retrieve a list of repositories for the authenticated user. |
| pulls | /git/repos/{repo}/pulls | List of merge requests for a repository |
| tags | /git/repos/{repo}/tags | List of tags for a repository |
| releases | /git/repos/{repo}/releases | List of releases for a repository |
Unified MCP Tools
| Tool | Description |
|---|---|
| List GitLab Projects/Repositories | List projects/repositories from the connected GitLab account. |
| List GitLab Merge Requests | List merge requests from a specified GitLab repository. |
| List GitLab Tags | List tags from a specified GitLab repository. |
| List GitLab Releases | List releases from a specified GitLab repository. |

