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をインストールします:

brew install uv

キーリングをインストール: 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

起動すると、ブラウザでアクセスしてデバッグを開始できる URL がインスペクタに表示されます。

Install Server
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
    F
    license
    A
    quality
    Enables natural language interaction with Jira for managing projects, issues, tasks, and workflows through the Model Context Protocol, allowing users to delegate PM tasks through Claude Desktop.
    Last updated -
    9
    51
    JavaScript
    • Apple
    • Linux
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.
    Last updated -
    Python
    • Linux
    • Apple
  • 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
    24
    1
    TypeScript
    MIT License
    • Linux
    • Apple
  • A
    security
    A
    license
    A
    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 -
    10
    1
    Python
    MIT License

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