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.6.0.tar.gz
(12.9 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.6.0.tar.gz.
File metadata
- Download URL: pack_mcp_jira-0.6.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da2b52902acea5d9e675ec684564d7b2b8eee931fc7036b73c74f9f3b45c2df8
|
|
| MD5 |
21b6bad472a949d8f65c94b2c323d47a
|
|
| BLAKE2b-256 |
ffb01234e04bb98a6af045485d7bb9b962e89aab6a05830602adacdb8dec7aae
|
File details
Details for the file pack_mcp_jira-0.6.0-py3-none-any.whl.
File metadata
- Download URL: pack_mcp_jira-0.6.0-py3-none-any.whl
- Upload date:
- Size: 9.6 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 |
99faf46052a6a93da5bbd03539773b3abc5721610f4ddd4c58488c597c6742db
|
|
| MD5 |
ddf078057a66e5d5a7665de8504f8d83
|
|
| BLAKE2b-256 |
f24b767061173f912fbc3435d5c0ed33b2f269c8b69ee5dc2c0ae2a7e11030bc
|