gitlab-mr-mcp
32
GitLab MR MCP is a Model Context Protocol server designed for AI-driven interactions with GitLab repositories. It enables fetching, commenting, and managing merge requests and issues through various tools. This project facilitates seamless integration with GitLab for automated workflows.
What permissions are required for the GitLab token?
The GitLab token should have the 'api' and 'read_api' scopes to access the necessary endpoints.
How do I resolve a 403 Forbidden error?
Ensure your GitLab token has the correct scopes, the token user has access to the projects, and the project IDs are correct.
Can I add comments to specific lines in a merge request?
Yes, you can add comments to specific lines in a file within a merge request using the 'add_merge_request_diff_comment' tool.