claude-mcp-jira
Integrates with Jira Server/Data Center, providing tools to create, update, summarize, and list issues using JQL via the Jira REST API v2.
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., "@claude-mcp-jiracreate a high priority bug for login failure"
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.
claude-mcp-jira
Integración de Claude con Jira vía MCP server interno, diseñada para entornos corporativos con red privada (Jira Server/Data Center).
Arquitectura
[CLI (Typer)] ──HTTP──►
[Service Layer (FastAPI)] → [Claude API — LiteLLM proxy]
[MCP Server SSE] ──HTTP──► → [Jira REST API v2 — jira.zurich.com]El MCP server y el service layer corren dentro de la red corporativa. Ningún dato sale hacia servicios cloud externos.
Related MCP server: JIRA MCP Tools
Setup
conda env create -f environment.yml
conda activate claude-mcp-jira
cp .env.example .env # completar JIRA_PAT y MCP_API_KEYUso
# Levantar stack completo (service layer + MCP server)
docker compose up
# Comandos CLI
python cli/main.py create "bug login en producción prioridad alta"
python cli/main.py update PROJ-123 "cambiar prioridad a crítica"
python cli/main.py summarize PROJ-123
python cli/main.py list "mis bugs abiertos de esta semana"Certificados corporativos
certs/ contiene los certificados raíz Zurich. Ambos Dockerfiles los instalan automáticamente en /etc/ssl/certs/.
Archivo | Uso |
| Servicios internos estándar ( |
| SSL inspection CA ( |
| Endpoints UAT de workflow |
| CA de desarrollo local |
En .env, REQUESTS_CA_BUNDLE apunta al cert del endpoint que se va a llamar. Ver .env.example para detalles.
Estado de implementación
Fase | Estado | Descripción |
1 — Prototipo CLI | ✅ Completa | Comando |
2 — Service Layer | ✅ Completa | FastAPI + sanitización + audit log + timeouts |
3 — Comandos completos | ✅ Completa |
|
4 — MCP Server | ✅ Completa | SSE Docker + auth API key + RBAC + rate limit + output normalizado |
5 — Soporte SAZ | Futura | Multi-proyecto: tickets Solicitudes Release Zurich (DevOps) |
6 — Observabilidad | Opcional | Prometheus + OpenTelemetry + caching |
Documentación
Ver arch/ para arquitectura, plan de implementación, evaluaciones externas e informes técnicos.
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
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/zcc-cddg-mx/claude-mcp-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server