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.1.tar.gz (2.6 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.1-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mseep_hh_jira_mcp_server-0.1.1.tar.gz
  • Upload date:
  • Size: 2.6 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.1.tar.gz
Algorithm Hash digest
SHA256 e98b0a6b0e184f6e7850c2d69702dbf5d96fe550c02bada74e56dd3761e2c6a5
MD5 5eb65fcee57788697ecc7443820cf355
BLAKE2b-256 90fbd2509f9835739e3bf3aea5440f46bd451597e5f31efc09d85b4539755af1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mseep_hh_jira_mcp_server-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a6fa9a5d460deecec8355597aa89db7d01fa376951138e0e22a782057b6ed9a6
MD5 3a6f0dc0b17f55cd680b7838780b8e0d
BLAKE2b-256 4ecfc7468f9f53bb7f26b72e569796be702a09717803c5ffe035224ded88f7e6

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