Back to directory
hainanzhao/mcp-gitlab-jira

hainanzhao/mcp-gitlab-jira

@HainanZhao

一个用于GitLab和Jira集成的模型上下文协议(MCP)服务器,允许AI代理与GitLab和Jira实例交互。

gitlabjiramcpintegrationdevopsproject-managementtool

Installation & Configuration

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

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12