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.0.tar.gz
(13.3 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.0.tar.gz.
File metadata
- Download URL: pack_mcp_jira-0.7.0.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efad159852d70dca9f56e3d2f95298a69dfcf04d0175b4b7ad78cff46312b77c
|
|
| MD5 |
10f5af0c1c07a92990111db99d5e34ed
|
|
| BLAKE2b-256 |
b5cb9e6cb88c9023a567f3239857ad56b80c100eb8be9cfcee40ab31b70e81b9
|
File details
Details for the file pack_mcp_jira-0.7.0-py3-none-any.whl.
File metadata
- Download URL: pack_mcp_jira-0.7.0-py3-none-any.whl
- Upload date:
- Size: 9.9 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 |
3adaf3e0e0b74c92e28997670465a7ee6e820fe245adcb080853485389194bcf
|
|
| MD5 |
dcd5aaae6a3fb9a9cac326dc8f33496a
|
|
| BLAKE2b-256 |
022b9120499dbbd2c01492e6f0b6f4ad52d549037ce58d202b8e79b9151bb1f9
|