Skip to main content
Glama

MCP Jira

Jira Cloud 产品的模型上下文协议 (MCP) 服务器。此集成专为 Jira Cloud 实例设计,不支持 Jira Server 或 Data Center 部署。

特征

  • 搜索和阅读 Jira 问题

Related MCP server: Jira-Context-MCP

API

工具

Jira 工具

  • jira_get_issue

    • 获取特定 Jira 问题的详细信息

    • 输入:

      • issue_key (字符串):Jira 问题密钥(例如“PROJ-123”)

      • expand (字符串,可选):要扩展的字段

与 Claude Desktop 一起使用

  1. 从以下位置获取 API 令牌: https ://id.atlassian.com/manage-profile/security/api-tokens

  2. 添加到您的claude_desktop_config.json

  3. Git 克隆此 repo 并运行npm install

  4. 运行npm run build

{
  "mcpServers": {
    "jira": {
    "command": "npx",
    "args": [
        "-y",
        "/your/project/path/mcp-jira",
        "--jira-url",
        "https://your-domain.atlassian.net",
        "--jira-username",
        "your.email@domain.com",
        "--jira-api-token",
        "your_api_token"
    ]
    }
  }
}

/your/project/path/mcp-jira替换为您克隆存储库的实际路径。

执照

采用 MIT 许可 - 请参阅LICENSE文件。本产品非 Atlassian 官方产品。

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vurtnec/mcp-jira'

If you have feedback or need assistance with the MCP directory API, please join our Discord server