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.4.0.tar.gz
(11.7 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.4.0.tar.gz.
File metadata
- Download URL: pack_mcp_jira-0.4.0.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
254518d2efd1184f14051f3a01b88a7b073595e4bc4908b6b45bcbc385cf426f
|
|
| MD5 |
de5c52928839d00df0f58cfdc88bfbcc
|
|
| BLAKE2b-256 |
c2b0f21ff26848257d3ee47afa919660ee08967101cd6638aba7081530f6992e
|
File details
Details for the file pack_mcp_jira-0.4.0-py3-none-any.whl.
File metadata
- Download URL: pack_mcp_jira-0.4.0-py3-none-any.whl
- Upload date:
- Size: 8.4 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 |
b7b8a15bb40958baaf3728bcca4656e2ea14321e12d01ecc08bf24a9580d5948
|
|
| MD5 |
348cecf9e2b6e25b143003309086bafc
|
|
| BLAKE2b-256 |
f69bb9ed55b14de47da42074c9338857a60a32569f0be1bf927462d304d5609a
|