Skip to main content
Glama

jiri-mcp — Jira MCP 서버

AI 에이전트를 Jira Cloud에 연결하여 자연어로 이슈를 관리할 수 있게 해주는 MCP(Model Context Protocol) 서버입니다.

기능

도구

설명

search_issues

JQL로 이슈 검색

get_issue

이슈 전체 상세 정보 가져오기

create_issue

새 이슈 생성

update_issue

이슈 필드 업데이트

add_comment

댓글 추가

list_transitions

사용 가능한 상태 전환 목록

transition_issue

이슈 상태 변경

assign_issue

이슈 담당자 지정/해제

list_projects

접근 가능한 프로젝트 목록

search_users

이름/이메일로 사용자 검색

Related MCP server: Jira Extended MCP Server

설정

1. 의존성 설치

npm install

2. 환경 구성

예제 env 파일을 복사하고 자격 증명을 입력하세요:

cp .env.example .env

다음 항목이 필요합니다:

  • JIRA_HOST — Jira Cloud URL(예: https://yourcompany.atlassian.net)

  • JIRA_EMAIL — Atlassian 계정 이메일

  • JIRA_API_TOKENAtlassian API Tokens에서 발급받은 API 토큰

3. 빌드

npm run build

사용

Antigravity 사용

mcp_config.json을 Antigravity 설정 디렉터리로 복사하고 환경 변수를 업데이트하세요:

# Global config (all projects)
cp mcp_config.json ~/.gemini/config/mcp_config.json

# Or project-specific
cp mcp_config.json .agents/mcp_config.json

복사한 파일을 편집하여 실제 자격 증명을 입력하세요:

{
  "mcpServers": {
    "jira": {
      "command": "node",
      "args": ["/absolute/path/to/jiri-mcp/dist/index.js"],
      "env": {
        "JIRA_HOST": "https://yourcompany.atlassian.net",
        "JIRA_EMAIL": "you@example.com",
        "JIRA_API_TOKEN": "your-api-token"
      }
    }
  }
}

개발 모드

npm run dev

프로덕션

npm run build
npm start

예시 프롬프트

연결되면 AI 에이전트에게 다음과 같이 요청할 수 있습니다:

  • "프로젝트 MYAPP에서 열린 버그를 검색해 줘"

  • "MYAPP-123의 상태가 어떻게 되나요?"

  • "MYAPP에 태스크 생성: 우선순위 높음으로 로그인 타임아웃 수정"

  • "MYAPP-456을 진행 중으로 이동해 줘"

  • "MYAPP-789에 댓글 추가: 스테이징에 수정 사항 배포 완료"

  • "MYAPP-321의 담당자는 누구인가요?"

라이선스

MIT

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.

  • Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

  • Streamline your Attio workflows using natural language to search, create, update, and organize com…

View all MCP Connectors

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/chatchawarn035/jira-mcp-type-script'

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