jira-gateway
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_EMAIL | Yes | Your email address for Jira authentication. | |
| JIRA_CLOUD_ID | Yes | Cloud ID of your Jira instance. Obtain via GET https://yourdomain.atlassian.net/_edge/tenant_info. | |
| JIRA_SITE_URL | Yes | URL of your Jira site, e.g., https://yourdomain.atlassian.net. | |
| JIRA_API_TOKEN | Yes | API token with scope write:jira-work and read:jira-work. | |
| JIRA_PROJECT_KEY | Yes | Key of the Jira project (e.g., PROJ). | |
| JIRA_SELECTED_STATUS | No | Name of the status for issues after creation (optional). | Selected for Development |
| JIRA_GATEWAY_ENV_FILE | No | Path to the environment file (optional). Default is ~/.jira-gateway.env. | |
| JIRA_DEFAULT_ISSUE_TYPE | No | Default issue type name (optional). | Task |
| JIRA_IN_PROGRESS_STATUS | No | Name of the 'In Progress' status in your workflow (optional). | In Progress |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_my_tasksA | Lista tus tareas asignadas y no cerradas en el proyecto configurado. Solo lectura. No acepta JQL ni parámetros: el filtro está fijado. |
| create_taskA | Crea una tarea nueva en Jira en el proyecto configurado. Tras crearla la mueve automáticamente al estado JIRA_SELECTED_STATUS (por defecto 'Selected for Development'), así no se queda parada en Backlog. IMPORTANTE: llama primero SIN |
| start_taskA | Transiciona el issue indicado en Jira. Sin |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/lfern/jira-gateway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server