Skip to main content

MCP Server para criação e gestão de tickets no Jira via autenticação por sessão

Project description

pack-mcp-jira

MCP Server para criação e gestão de tickets no Jira via autenticação por sessão (login por formulário).

Instalação

pip install pack-mcp-jira

Configuração

  1. Crie config.json:
{
  "jiraUrl": "https://jira.sua-empresa.com",
  "usernameEnvVar": "JIRA_USERNAME",
  "passwordEnvVar": "JIRA_PASSWORD"
}
  1. Defina as variáveis de ambiente:
export JIRA_USERNAME="seu.usuario"
export JIRA_PASSWORD="sua.senha"

Uso

python -m mcp_jira --config config.json

Ou via entry point:

pack-mcp-jira --config config.json

Ferramentas MCP

Ferramenta Descrição
jira_create_issue Cria um ticket de incidente
jira_search Consulta tickets via JQL
jira_update_issue Atualiza campos de um ticket
jira_add_comment Adiciona comentário a um ticket

Configuração no Kiro IDE

{
  "mcpServers": {
    "mcp-jira": {
      "command": "pack-mcp-jira",
      "args": ["--config", "/caminho/para/config.json"],
      "env": {
        "JIRA_USERNAME": "${env:JIRA_USERNAME}",
        "JIRA_PASSWORD": "${env:JIRA_PASSWORD}"
      }
    }
  }
}

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

pack_mcp_jira-0.2.0.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

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

pack_mcp_jira-0.2.0-py3-none-any.whl (15.8 kB view details)

Uploaded Python 3

File details

Details for the file pack_mcp_jira-0.2.0.tar.gz.

File metadata

  • Download URL: pack_mcp_jira-0.2.0.tar.gz
  • Upload date:
  • Size: 19.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for pack_mcp_jira-0.2.0.tar.gz
Algorithm Hash digest
SHA256 119d17bb3af4aeafaad1487c7dc62f3232c95d6282fa3969339e2396a1a1f8bb
MD5 4e22a94f1cdb8a756471e7fe9d69bd58
BLAKE2b-256 ebe47ba8850dfb585ff16a49ccbfcc602d49aba7db039fb3eaacdb268578c7ca

See more details on using hashes here.

File details

Details for the file pack_mcp_jira-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: pack_mcp_jira-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 15.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for pack_mcp_jira-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ea5c5a48c270b1c6079eac3369d6565771debda28c8fb719cb6a32a1cecffd37
MD5 6af7126d2108ada70e0dffd4b35e978f
BLAKE2b-256 cc0d810a2a5cd6a4021df14c096b7c30d7615bc58ee68d05232b056a673a4710

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