Skip to main content
Glama

MCP Jira

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

特征

  • 搜索和阅读 Jira 问题

Related MCP server: Work Integrations 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 官方产品。

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server for interacting with self-hosted Jira instances using Personal Access Token (PAT) authentication. It enables users to perform CRUD operations on issues, search with JQL, manage comments, and list projects through the Jira REST API.
    12
    489
    11
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server for Jira ticket context via REST API — read issues, search, post comments with @mentions.

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