Skip to main content
Glama

HH JIRA MCP Server

hh-jira-mcp-server MCP 서버

MCP 서버 프로젝트

빠른 시작

https://claude.ai 에 등록하고 Pro 구독을 구매하세요

설치하다

Claude Desktop 설치 https://claude.ai/download

uv 설치:

지엑스피1

키링 설치: https://pypi.org/project/keyring/

Jira 계정의 비밀번호 저장
keyring set hh-jira-mcp-server v.pupkin
클로드 데스크탑

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

게시된 서버 구성

{ "mcpServers": { "hh-jira-mcp-server": { "command": "uvx", "args": [ "hh-jira-mcp-server" ], "env": { "HH_JIRA_MCP_USER": "v.pupkin", "HH_JIRA_MCP_TEAM": "some-team", "HH_JIRA_MCP_SEARCH_FILTER": "status in (\"Development: In progress\")" } } } }

개발/미공개 서버 구성

{ "mcpServers": { "hh-jira-mcp-server": { "command": "uv", "args": [ "--directory", "<path_to_project>/hh-jira-mcp-server", "run", "hh-jira-mcp-server" ], "env": { "HH_JIRA_MCP_USER": "v.pupkin", "HH_JIRA_MCP_TEAM": "some-team", "HH_JIRA_MCP_SEARCH_FILTER": "status in (\"Development: In progress\")" } } } }

개발

건축 및 출판

배포를 위해 패키지를 준비하려면:

  1. 종속성 동기화 및 잠금 파일 업데이트:
uv sync
  1. 패키지 배포 빌드:
uv build

이렇게 하면 dist/ 디렉토리에 소스와 휠 배포판이 생성됩니다.

  1. PyPI에 게시:
uv publish

참고: 환경 변수나 명령 플래그를 통해 PyPI 자격 증명을 설정해야 합니다.

  • 토큰: --token 또는 UV_PUBLISH_TOKEN
  • 또는 사용자 이름/비밀번호: --username / UV_PUBLISH_USERNAME--password / UV_PUBLISH_PASSWORD

디버깅

MCP 서버는 stdio를 통해 실행되므로 디버깅이 어려울 수 있습니다. 최상의 디버깅 환경을 위해서는 MCP Inspector 사용을 강력히 권장합니다.

다음 명령을 사용하여 npm 통해 MCP Inspector를 시작할 수 있습니다.

npx @modelcontextprotocol/inspector uv --directory <path_to_project>/hh-jira-mcp-server run hh-jira-mcp-server

Inspector를 실행하면 브라우저에서 접근하여 디버깅을 시작할 수 있는 URL이 표시됩니다.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

JIRA와 통합을 가능하게 하는 모델 컨텍스트 프로토콜 서버로, 사용자는 Claude AI 어시스턴트를 통해 JIRA 작업 및 문제와 상호 작용할 수 있습니다.

  1. 빠른 시작
    1. 설치하다
  2. 개발
    1. 건축 및 출판
    2. 디버깅

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that provides integration with Jira, allowing Large Language Models to interact with Jira projects, boards, sprints, and issues through natural language.
    Last updated -
    5
    87
    2
    TypeScript
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    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 -
    15
    1
    TypeScript
    MIT License
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables interaction with Jira's REST API using natural language commands, allowing users to manage Jira projects, issues, comments, and workflows through Claude Desktop and other MCP clients.
    Last updated -
    1
    Python
    MIT License
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that enables ChatGPT and other AI assistants to directly interact with JIRA issues, currently offering the ability to retrieve issue details.
    Last updated -
    TypeScript
    • 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/alexeydubinin/hh-jira-mcp-server'

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