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
- Crie
config.json:
{
"jiraUrl": "https://jira.sua-empresa.com",
"usernameEnvVar": "JIRA_USERNAME",
"passwordEnvVar": "JIRA_PASSWORD"
}
- 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
Release history Release notifications | RSS feed
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.1.0.tar.gz
(12.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pack_mcp_jira-0.1.0.tar.gz.
File metadata
- Download URL: pack_mcp_jira-0.1.0.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
050e2e184f491e2ab2d4e4a924fcad3c1bb47cf783898088d134a6845b668e87
|
|
| MD5 |
1e61d42be1e9b8d3ad542b89cd7950c6
|
|
| BLAKE2b-256 |
6868d8c75d79343af86d07c4877726b365f5419dcc625533ebc5c7ffd3aa34ab
|
File details
Details for the file pack_mcp_jira-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pack_mcp_jira-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa910ab994637ec0106ac03bed79336abc6859c69cc4327ff82382cfb394719d
|
|
| MD5 |
0ab39989046ff23e39f424d0e182a751
|
|
| BLAKE2b-256 |
08cf95556a499befcec8958b7ea89f3a5f86083cd84c02e0c2cf47a227a6cd88
|