Back to MCP Servers
Gitlab Jira
Unified MCP server for GitLab and Jira: manage projects, merge requests, files, releases and tickets with AI agents.
developer-toolsgitlabjiraaiagent
By HainanZhao
Installation
npx -y mcp-gitlab-jiraConfiguration
{
"mcpServers": {
"mcp-gitlab-jira": {
"command": "npx",
"args": ["-y", "mcp-gitlab-jira"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes