JIRA MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_BASE_URL | Yes | Your JIRA instance URL (e.g., https://your-domain.atlassian.net) | |
| JIRA_API_TOKEN | Yes | Your JIRA API token for authentication | |
| JIRA_USER_EMAIL | Yes | Email associated with your JIRA account |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_issuesC | Search JIRA issues using JQL |
| get_epic_childrenB | Get all child issues in an epic including their comments |
| get_issueC | Get detailed information about a specific JIRA issue including comments |
| create_issueC | Create a new JIRA issue |
| update_issueC | Update an existing JIRA issue |
| get_transitionsC | Get available status transitions for a JIRA issue |
| transition_issueB | Change the status of a JIRA issue by performing a transition |
| add_attachmentC | Add a file attachment to a JIRA issue |
| add_commentC | 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
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/cosmix/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server