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.2.0.tar.gz
(19.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.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
119d17bb3af4aeafaad1487c7dc62f3232c95d6282fa3969339e2396a1a1f8bb
|
|
| MD5 |
4e22a94f1cdb8a756471e7fe9d69bd58
|
|
| BLAKE2b-256 |
ebe47ba8850dfb585ff16a49ccbfcc602d49aba7db039fb3eaacdb268578c7ca
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea5c5a48c270b1c6079eac3369d6565771debda28c8fb719cb6a32a1cecffd37
|
|
| MD5 |
6af7126d2108ada70e0dffd4b35e978f
|
|
| BLAKE2b-256 |
cc0d810a2a5cd6a4021df14c096b7c30d7615bc58ee68d05232b056a673a4710
|