Skip to main content
Developer ToolsTypeScript

HainanZhao/mcp-gitlab-jira

Unified MCP server for GitLab and Jira: manage projects, merge requests, files, releases and tickets with AI agents.

developer-toolscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/HainanZhao/mcp-gitlab-jira

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-gitlab-jira": {
      "command": "npx",
      "args": [
        "-y",
        "HainanZhao/mcp-gitlab-jira"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
HainanZhao