Skip to main content
Glama

Jira MCP Server

by KS-GEN-AI

Jira 커뮤니케이션 서버 MCP 서버

지라와 대화하세요

Jira와 상호 작용하는 도구를 제공하는 TypeScript 기반 MCP 서버입니다. 다음을 통해 핵심 MCP 개념을 보여줍니다.

  • JQL 쿼리 실행을 위한 도구

  • Jira 티켓 생성, 편집 및 삭제 도구

  • Jira 프로젝트 및 상태를 나열하기 위한 도구

특징

지라 도구

execute_jql

  • 목적 : JQL 쿼리를 실행합니다.

  • 매개변수 : jql , number_of_results (기본값: 1).

get_only_ticket_name_and_description

  • 목적 : 티켓 이름과 설명을 가져옵니다.

  • 매개변수 : jql , number_of_results (기본값: 1).

create_ticket

  • 목적 : Jira 티켓을 만듭니다.

  • 매개변수 : project.key , summary , description , issuetype.name , parent (선택 사항).

list_projects

  • 목적 : Jira 프로젝트 나열.

  • 매개변수 : number_of_results (기본값: 1).

delete_ticket

  • 목적 : 티켓을 삭제합니다.

  • 매개변수 : issueIdOrKey .

edit_ticket

  • 목적 : 티켓을 수정합니다.

  • 매개변수 : issueIdOrKey , summary (선택 사항), description (선택 사항), labels (선택 사항), parent (선택 사항).

get_all_statuses

  • 목적 : 모든 상태를 검색합니다.

  • 매개변수 : number_of_results (기본값: 1).

assign_ticket

  • 목적 : 사용자에게 티켓을 할당합니다.

  • 매개변수 : accountId , issueIdOrKey .

query_assignable

  • 목적 : 프로젝트에서 할당 가능한 사용자를 찾습니다.

  • 매개변수 : project_key .

add_attachment

  • 목적 : 티켓에 첨부 파일을 추가합니다.

  • 매개변수 : issueIdOrKey , imageUrl .

개발

종속성 설치:

지엑스피1

서버를 빌드하세요:

npm run build

자동 재빌드를 사용한 개발의 경우:

npm run watch

설치

Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.

MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "Jira communication server": { "command": "node", "args": [ "/PATH_TO_THE_PROJECT/build/index.js" ], "env": { "JIRA_URL": "https://XXXXXXXX.atlassian.net", "JIRA_API_MAIL": "Your email", "JIRA_API_KEY": "KEY_FROM : https://id.atlassian.com/manage-profile/security/api-tokens" } } } }

디버깅

MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.

npm run inspector

검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

Jira와의 상호작용을 가능하게 하는 TypeScript 기반 서버로, 자연어로 JQL 쿼리를 실행하고, 티켓을 관리하고, 프로젝트와 상태를 나열하는 도구를 제공합니다.

  1. 특징
    1. 지라 도구
      1. execute_jql
      2. get_only_ticket_name_and_description
      3. create_ticket
      4. list_projects
      5. delete_ticket
      6. edit_ticket
      7. get_all_statuses
      8. assign_ticket
      9. query_assignable
      10. add_attachment
    2. 개발
      1. 설치
        1. 디버깅

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Python-based server allowing seamless integration with JIRA for managing and interacting with projects through custom APIs.
        Last updated -
        3
        Apache 2.0
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.
        Last updated -
        7
        23
        1
        TypeScript
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A TypeScript-based server that enables Cursor editor to interact with Jira tickets for viewing, creating, commenting on, and updating tickets directly from the editor.
        Last updated -
        7
        3
        GPL 2.0
      • -
        security
        A
        license
        -
        quality
        A Simple Model Context Protocol server that enables AI assistants to interact with Jira, allowing operations like fetching tickets, adding comments, and updating ticket status.
        Last updated -
        1
        Apache 2.0

      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/KS-GEN-AI/jira-mcp-server'

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