MCP Server para criação e gestão de tickets no Jira via Basic Auth (REST API v2)
Project description
pack-mcp-jira
MCP Server para criação e gestão de tickets no Jira via Basic Auth (REST API v2).
Variáveis de ambiente
| Variável | Descrição |
|---|---|
JIRA_URL |
URL base do Jira (ex: https://jira.sua-empresa.com) |
JIRA_TOKEN |
Token Basic Auth em base64 (usuario:senha encodado) |
Para gerar o token:
echo -n "usuario:senha" | base64
Ferramentas disponíveis
| Ferramenta | Descrição |
|---|---|
jira_get_issue |
Busca detalhes de uma issue pelo key |
jira_create_issue |
Cria um novo ticket |
jira_search |
Consulta tickets via JQL |
jira_update_issue |
Atualiza campos de um ticket |
jira_add_comment |
Adiciona comentário a um ticket |
Instalação
pip install pack-mcp-jira
Configuração MCP
{
"mcpServers": {
"jira": {
"command": "pack-mcp-jira",
"env": {
"JIRA_URL": "https://jira.sua-empresa.com",
"JIRA_TOKEN": "seu_token_base64"
}
}
}
}
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.5.0.tar.gz
(12.4 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.5.0.tar.gz.
File metadata
- Download URL: pack_mcp_jira-0.5.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
431e0919b6769c372120ad4bf2a047f8fdd86b9c26a57b1e94fc5e7ed14240ec
|
|
| MD5 |
bf5c2a8ccff82db68f2533c49f706dfd
|
|
| BLAKE2b-256 |
483a5d55928c8028ecf544349e18cbeff740c689042ffa020e686f129be9c69b
|
File details
Details for the file pack_mcp_jira-0.5.0-py3-none-any.whl.
File metadata
- Download URL: pack_mcp_jira-0.5.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 |
b346ee69fd9ca511db67f4dd62e907372ac9f57efba7c50082ace51822ac9675
|
|
| MD5 |
1f236ffd75e69ca884c55d369fe45557
|
|
| BLAKE2b-256 |
a1c1fbb7546d2468510dcfdfe59e5e43abce059f8a16882c18066c06ae92ba8e
|