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.7.1.tar.gz
(13.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.7.1.tar.gz.
File metadata
- Download URL: pack_mcp_jira-0.7.1.tar.gz
- Upload date:
- Size: 13.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 |
d1a017f4142269c0235fa7032e56cdda663453c3952afc0eae7606cf502c2b38
|
|
| MD5 |
37261c1e9306b3b66d0ef38fa95ed699
|
|
| BLAKE2b-256 |
fae844bb67d73af83f0373cbcca8d76b6688502c9a5d2fe5ef8383b13a740975
|
File details
Details for the file pack_mcp_jira-0.7.1-py3-none-any.whl.
File metadata
- Download URL: pack_mcp_jira-0.7.1-py3-none-any.whl
- Upload date:
- Size: 10.0 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 |
e29f390b27784b544c21063379429342399694b3c5b9b93d1ea2590617ba5b71
|
|
| MD5 |
f505c5b1393c02c2fcb5a14b53237236
|
|
| BLAKE2b-256 |
a3cb3867dd670844b01ea5ed4438e3aa7d4693f4ac813fc6ef90018a924dc204
|