JIRA MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_TYPE | No | Type of Jira instance: 'cloud' or 'server' (default: cloud) | cloud |
| JIRA_BASE_URL | Yes | Your Jira instance URL (e.g., https://your-domain.atlassian.net) | |
| JIRA_API_TOKEN | Yes | API token for Cloud, PAT or password for Server/DC | |
| JIRA_AUTH_TYPE | No | Authentication type: 'basic' or 'bearer' (default: basic) | basic |
| JIRA_USER_EMAIL | Yes | Your Jira account email |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_issuesB | Search JIRA issues using JQL |
| get_epic_childrenB | Get all child issues in an epic including their comments |
| get_issueA | Get detailed information about a specific JIRA issue including comments |
| create_issueB | Create a new JIRA issue |
| update_issueB | Update an existing JIRA issue |
| get_transitionsA | Get available status transitions for a JIRA issue |
| transition_issueC | Change the status of a JIRA issue by performing a transition |
| add_attachmentB | Add a file attachment to a JIRA issue |
| add_commentB | Add a comment to a JIRA issue |
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/klapro/jira-kiro-power'
If you have feedback or need assistance with the MCP directory API, please join our Discord server