Skip to main content
Glama

Jira

by vurtnec

MCP Jira

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

特征

  • 搜索和阅读 Jira 问题

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP 通过 NodeJs 连接 JIRA

  1. 特征
    1. API
      1. 工具
    2. 与 Claude Desktop 一起使用
      1. 执照

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Model Context Protocol (MCP) server for Atlassian Cloud products (Confluence and Jira). This integration is designed specifically for Atlassian Cloud instances and does not support Atlassian Server or Data Center deployments.
          Last updated -
          27
          1,734
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          MCP server to provide Jira Tickets information to AI coding agents like Cursor
          Last updated -
          90
          4
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.
          Last updated -
          Python
          • Linux
          • Apple

        View all related MCP servers

        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