jiri-mcp
jiri-mcp — Jira MCP 서버
AI 에이전트를 Jira Cloud에 연결하여 자연어로 이슈를 관리할 수 있게 해주는 MCP(Model Context Protocol) 서버입니다.
기능
도구 | 설명 |
| JQL로 이슈 검색 |
| 이슈 전체 상세 정보 가져오기 |
| 새 이슈 생성 |
| 이슈 필드 업데이트 |
| 댓글 추가 |
| 사용 가능한 상태 전환 목록 |
| 이슈 상태 변경 |
| 이슈 담당자 지정/해제 |
| 접근 가능한 프로젝트 목록 |
| 이름/이메일로 사용자 검색 |
Related MCP server: Jira Extended MCP Server
설정
1. 의존성 설치
npm install2. 환경 구성
예제 env 파일을 복사하고 자격 증명을 입력하세요:
cp .env.example .env다음 항목이 필요합니다:
JIRA_HOST — Jira Cloud URL(예:
https://yourcompany.atlassian.net)JIRA_EMAIL — Atlassian 계정 이메일
JIRA_API_TOKEN — Atlassian 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
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, view, create, and update JIRA issues using natural language commands and JQL queries.65Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage Jira Cloud projects with full CRUD operations, bulk actions, sprint and release management, and issue linking using natural language.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Jira Cloud and Confluence through natural language, performing JQL searches, issue management, and Confluence page creation.71MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Jira Cloud issues, supporting create, read, update, delete, search, and transition operations via natural language.36MIT
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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