jira-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_API_KEYYesYour JIRA API token generated from Atlassian account settings
JIRA_USER_EMAILYesThe email address associated with your JIRA/Atlassian account
JIRA_INSTANCE_URLYesYour JIRA instance URL (e.g., https://your-instance.atlassian.net)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
jql_search

Perform enhanced JQL search in Jira

get_issue

Retrieve details about an issue by its ID or key.