mcp-jira
Provides tools for managing Jira issues, including fetching, searching, creating, updating, adding comments, transitioning issues, listing projects, and getting user info.
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., "@mcp-jiraget details for issue PROJ-123"
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-mcp
MCP server para integração com Jira via API Key, empacotado em Docker.
Pré-requisitos
Docker + Docker Compose
Node.js 20+ (apenas para dev local)
API Key do Jira: https://id.atlassian.com/manage-profile/security/api-tokens
Related MCP server: Jira MCP Server
Setup
1. Crie o arquivo .env
cp .env.example .env
# edite .env com suas credenciais2. Build da imagem
docker compose build3. Teste rápido (opcional)
docker run --rm --env-file .env jira-mcp:latest
# deve imprimir: [jira-mcp] Server running — connected to ...Configuração no Claude Desktop
Edite ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
ou %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"jira": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"--env-file", "/caminho/absoluto/para/.env",
"jira-mcp:latest"
]
}
}
}Importante: use o caminho absoluto para o
.env. O-imantém o stdin aberto, necessário para o transporte stdio do MCP.
Ferramentas disponíveis
Ferramenta | Descrição |
| Detalhes de uma issue pelo key (ex: PROJ-123) |
| Busca com JQL |
| Cria nova issue |
| Atualiza campos de uma issue |
| Adiciona comentário |
| Lista transições disponíveis |
| Move issue para novo status |
| Lista todos os projetos |
| Retorna info do usuário autenticado |
Exemplos de JQL
# Issues abertas no projeto PROJ
project = PROJ AND status != Done ORDER BY updated DESC
# Minhas issues em andamento
assignee = currentUser() AND status = "In Progress"
# Bugs de alta prioridade criados essa semana
issuetype = Bug AND priority in (High, Highest) AND created >= startOfWeek()
# Issues sem responsável num projeto
project = PROJ AND assignee is EMPTYDev local (sem Docker)
npm install
cp .env.example .env # preencha as variáveis
npx ts-node src/index.tsSegurança
Credenciais carregadas via variáveis de ambiente, nunca no código
Container roda como usuário não-root (
mcp)read_only: trueecap_drop: ALLno composeAPI Key nunca é logada (redactada em mensagens de erro)
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.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Jira Cloud and Server/Data Center deployments for issue management, project tracking, and workflow automation. Supports multiple authentication methods including API tokens, OAuth 2.0, and personal access tokens.MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Jira Cloud instances for comprehensive issue management including creating, updating, searching issues, managing comments, workflow transitions, and project metadata discovery. Supports JQL queries, user search, and custom field operations with secure API token authentication.122,3298MIT
- AlicenseAquality-maintenanceEnables AI assistants to interact with Atlassian Jira Cloud, allowing users to manage projects, issues, comments, and workflows through natural language commands.6553
- Flicense-qualityDmaintenanceEnables AI agents to interact with Jira Cloud through the REST API, supporting project management, issue operations (create, read, update, delete), JQL search, task assignments, and status transitions.
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Shortcut project management. Create, update, search stories and manage workflows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Renan1fps/mcp-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server