Enterprise DNA
M MCP Servers Developer low

HainanZhao/mcp-gitlab-jira

by Various

πŸ“‡ ☁️ 🏠 - Unified MCP server for GitLab and Jira: manage projects, merge requests, files, releases and tickets with AI agents.

H

MCP

HainanZhao/mcp-gitlab-jira

Added 1 June 2026

Overview

An MCP server that unifies GitLab and Jira, enabling AI agents to manage projects, merge requests, files, releases, and tickets. It uses the Model Context Protocol to connect large language models with both platforms, allowing automated cross-tool workflows. Built with TypeScript, it provides a single interface for common DevOps and project management tasks.

Best for

Best for
Developers and teams who already use both GitLab and Jira and want to automate workflows between them with AI.

Use cases

  • Automatically create Jira tickets from GitLab merge requests
  • Manage releases and version tracking across both platforms
  • Query and update tickets and merge requests via natural language

How to use

Install

npm i -g mcp-gitlab-jira

Tools exposed

  • gitlab_get_merge_request_details
  • gitlab_get_file_content
  • gitlab_add_comment_to_merge_request
  • gitlab_list_merge_requests
  • gitlab_assign_reviewers_to_merge_request
  • gitlab_list_project_members
  • gitlab_list_project_members_by_project_name
  • gitlab_list_projects_by_name
  • gitlab_list_all_projects
  • gitlab_list_all_releases
  • gitlab_list_releases_since_version
  • gitlab_get_user_id_by_username
  • gitlab_get_user_activities
  • gitlab_get_project_pipelines
  • gitlab_get_merge_request_pipelines
  • gitlab_get_pipeline_details
  • gitlab_get_pipeline_jobs
  • gitlab_get_job_logs
  • gitlab_trigger_pipeline
  • gitlab_retry_pipeline

Example client config

{\n  "mcpServers": {\n    "gitlab-jira-mcp": {\n      "command": "mcp-gitlab-jira",\n      "env": {\n        "GITLAB_URL": "https://your-gitlab-instance.com",\n        "GITLAB_ACCESS_TOKEN": "your-personal-access-token",\n        "ATLASSIAN_SITE_NAME": "your-atlassian-site-name",\n        "ATLASSIAN_USER_EMAIL": "your-email@example.com",\n        "ATLASSIAN_API_TOKEN": "your-jira-api-token"\n      }\n    }\n  }\n}

Notes

An MCP server that unifies GitLab and Jira, enabling AI agents to manage projects, merge requests, files, releases, and tickets. It uses the Model Context Protocol to connect large language models with both platforms, allowing automated cross-tool workflows. Built with TypeScript, it provides a single interface for common DevOps and project management tasks.

10 stars on GitHub. Last updated 2025-09-05. Licensed MIT.

Use cases

  • Automatically create Jira tickets from GitLab merge requests
  • Manage releases and version tracking across both platforms
  • Query and update tickets and merge requests via natural language

Pros

  • Unified access to both GitLab and Jira reduces context switching
  • Enables AI-driven automation of routine cross-platform tasks
  • Open source and written in TypeScript, easy to extend or modify

Cons

  • Relies on the MCP protocol, which may require additional setup
  • Low community adoption (10 stars) suggests limited support or maturity
  • AI agents can introduce unpredictable behavior or require careful prompt engineering

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Unified access to both GitLab and Jira reduces context switching
  • Enables AI-driven automation of routine cross-platform tasks
  • Open source and written in TypeScript, easy to extend or modify

Cons

  • Relies on the MCP protocol, which may require additional setup
  • Low community adoption (10 stars) suggests limited support or maturity
  • AI agents can introduce unpredictable behavior or require careful prompt engineering
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks