Skip to main content

A MCP server project

Project description

hh-jira-mcp-server MCP server

A MCP server project

Quickstart

Register at https://claude.ai and buy Pro subscription

Install

Install Claude Desktop https://claude.ai/download

Install uv:

brew install uv

Install keyring: https://pypi.org/project/keyring/

Store password for jira account

keyring set hh-jira-mcp-server v.pupkin

Claude Desktop

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

Published Servers Configuration

{
  "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\")"
      }
    }
  }
}

Development/Unpublished Servers Configuration

{
  "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\")"
      }
    }
  }
}

Development

Building and Publishing

To prepare the package for distribution:

  1. Sync dependencies and update lockfile:
uv sync
  1. Build package distributions:
uv build

This will create source and wheel distributions in the dist/ directory.

  1. Publish to PyPI:
uv publish

Note: You'll need to set PyPI credentials via environment variables or command flags:

  • Token: --token or UV_PUBLISH_TOKEN
  • Or username/password: --username/UV_PUBLISH_USERNAME and --password/UV_PUBLISH_PASSWORD

Debugging

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.

You can launch the MCP Inspector via npm with this command:

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

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mseep_hh_jira_mcp_server-0.1.0.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mseep_hh_jira_mcp_server-0.1.0-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file mseep_hh_jira_mcp_server-0.1.0.tar.gz.

File metadata

  • Download URL: mseep_hh_jira_mcp_server-0.1.0.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for mseep_hh_jira_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 cddbe5f307a32e39086cb7675c86b5cc3ebebdb2d4e2a422ce42915379407e61
MD5 c7c25dd6d83930f35ffcf48bb0fcc3a4
BLAKE2b-256 f62521152baf2db9049f7f462daf12d9a2f423d58a44994ca49afbc83a39a9f2

See more details on using hashes here.

File details

Details for the file mseep_hh_jira_mcp_server-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mseep_hh_jira_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 418af8553e0e1bf5fe52bb098747f7137c82b5580c3c7975629bd9ccbb5a881a
MD5 1f51e1903de47c01d2a455d35542faa6
BLAKE2b-256 22a221d2874b4f41367cab82af50392b472bc48cd995cf9e82cb35f00bc3744c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page