HainanZhao/mcp-gitlab-jira
Platform-specific configuration:
{
"mcpServers": {
"mcp-gitlab-jira": {
"command": "npx",
"args": [
"-y",
"mcp-gitlab-jira"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server for GitLab and Jira integration. This server allows AI agents like gemini-cli to interact with your GitLab and Jira instances.
npm i -g mcp-gitlab-jira # GitLab
export GITLAB_URL="https://your-gitlab-instance.com"
export GITLAB_ACCESS_TOKEN="your-personal-access-token"
# Jira
export ATLASSIAN_SITE_NAME="your-atlassian-site-name"
export ATLASSIAN_USER_EMAIL="your-email@example.com"
export ATLASSIAN_API_TOKEN="your-jira-api-token" # Test that the server starts without errors
echo '{"jsonLoading reviews...