Skip to main content
Glama

Jira MCP Server

Jira MCP 서버

Jira 통합을 위한 모델 컨텍스트 프로토콜 서버 구현입니다. 이 서버를 통해 AI 모델이 표준화된 인터페이스를 통해 Jira와 상호 작용할 수 있습니다.

특징

  • 전체 Jira REST API 통합
  • 최적의 성능을 위한 연결 풀링
  • 포괄적인 오류 처리
  • 유형 안전 구현
  • 내장된 속도 제한
  • 요청 로깅 및 모니터링

설치

지엑스피1

구성

서버에는 다음과 같은 환경 변수가 필요합니다.

JIRA_HOST=your-domain.atlassian.net JIRA_API_TOKEN=your-api-token JIRA_EMAIL=your-email@domain.com PORT=3000 # Optional, defaults to 3000 POOL_SIZE=10 # Optional, defaults to 10

용법

서버 시작

# Development mode npm run dev # Production mode npm run build npm start

API 엔드포인트

  • GET /health - 상태 확인 엔드포인트
  • GET /api/v1/issues/:issueKey - 문제 세부 정보 가져오기
  • GET /api/v1/sprint/current - 현재 스프린트 세부 정보 가져오기
  • GET /api/v1/analytics/workload - 워크로드 분석 가져오기

개발

필수 조건

  • Node.js 14 이상
  • npm 6 이상

설정

  1. 저장소를 복제합니다
  2. 종속성 설치: npm install
  3. 환경 변수 설정
  4. 개발 서버 시작: npm run dev

테스트

# Run tests npm test # Run linter npm run lint # Format code npm run format

기여하다

행동 강령과 풀 리퀘스트 제출 프로세스에 대한 자세한 내용은 CONTRIBUTING.md를 읽어보세요.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

-
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.

표준화된 프로토콜을 사용하여 AI 모델이 Jira와 상호 작용할 수 있도록 하여 연결 풀링을 통한 최적의 성능, 오류 처리, 요청 모니터링과 같은 기능을 갖춘 완전한 Jira REST API 통합을 제공합니다.

  1. 특징
    1. 설치
      1. 구성
        1. 용법
          1. 서버 시작
          2. API 엔드포인트
        2. 개발
          1. 필수 조건
          2. 설정
          3. 테스트
        3. 기여하다
          1. 특허

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              Provides integration with Jira's REST API, allowing AI assistants to manage Jira issues programmatically.
              Last updated -
              6
              6
              JavaScript
              • Apple
            • -
              security
              A
              license
              -
              quality
              Enables AI applications to manage JIRA issues, workflows, and tasks through a standardized MCP interface, facilitating real-time updates and seamless interaction with JIRA's API.
              Last updated -
              6
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              Provides an interface to access and manage JIRA data through the Model Context Protocol, offering features like relationship tracking, data cleaning, and contextual insights for AI applications.
              Last updated -
              9
              141
              19
              TypeScript
              MIT License
              • Apple
              • Linux
            • -
              security
              F
              license
              -
              quality
              A server implementation that allows AI models to interact with Jira through the Model Context Protocol, enabling tasks like JQL searches and retrieving issue details.
              Last updated -
              Python

            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/uddeshya-23/mcp-server-JIRA'

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