jira-server-mcp
Allows interaction with a self-hosted Jira Server, providing tools to fetch issues by key, search using JQL, consult worklogs, and list available transitions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jira-server-mcpshow me all open high priority issues in project PROJ"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jira Server MCP
MCP (Model Context Protocol) para integração com Jira Server auto-hospedado.
Instalação
npm install -g jira-server-mcpRelated MCP server: jiraxmcp
Configuração
O uso recomendado atualmente é via arquivo .cursor/mcp.json, integrando com ferramentas como Cursor IDE ou automações MCP.
Exemplo de configuração (.cursor/mcp.json)
{
"mcpServers": {
"jira": {
"command": "npx",
"args": ["jira-server-mcp@1.1.0"],
"env": {
"JIRA_BASE_URL": "http://seu-jira-server:8080",
"JIRA_API_TOKEN": "seu-token-aqui"
}
}
}
}O campo
commanddeve sernpx.O campo
argsrecebe o pacote e versão.As variáveis de ambiente são passadas no bloco
env.
Uso
A partir da configuração acima, o MCP será chamado automaticamente pelas ferramentas compatíveis (ex: Cursor IDE) para executar consultas e comandos no Jira.
Exemplos de comandos suportados
Buscar uma issue por chave
Buscar issues usando JQL
Consultar worklogs
Listar transições disponíveis
Obs: O uso via CLI direto ou como servidor SSE está depreciado para novos projetos. Prefira sempre a configuração via MCP/
mcp.json.
Desenvolvimento
Clone o repositório
Instale as dependências:
npm installExecute os testes:
npm testPara desenvolvimento local:
Inicie o servidor:
npm startUse a CLI:
npm run cli -- <comando> [argumentos]
Licença
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/valter-tonon/jira-server-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server