jira-mcp
by CamdenClark
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
JIRA_API_KEY | Yes | Your JIRA API token | |
JIRA_USER_EMAIL | Yes | The email address associated with your JIRA account | |
JIRA_INSTANCE_URL | Yes | Your actual JIRA instance URL |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
jql_search | Perform enhanced JQL search in Jira |
get_issue | Retrieve details about an issue by its ID or key. |