MRConfluenceLinker-mcp-server provides a bridge between GitLab merge requests and Confluence documentation, enabling AI assistants to fetch, analyze, and document code changes. The server offers tools to retrieve merge request details, perform code analysis (including file type breakdowns and change statistics), and automatically generate structured documentation in Confluence pages. Built with comprehensive error handling and detailed logging, it's particularly valuable for development teams who want to maintain up-to-date documentation of their code changes without leaving their conversation interface.
No reviews yet. Be the first to review!
Sign in to join the conversation
Fetches details of a specific merge request or all merge requests. Parameters: project_id (required), mr_id (optional)
Analyzes code changes in a merge request. Parameters: project_id (required), mr_id (required)
Stores analysis results in Confluence. Parameters: project_id (required), mr_id (optional), analysis (optional)