mcp-jira-server
by 1broseidon
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
JIRA_EMAIL | Yes | Your email address for Jira API access. | |
JIRA_DOMAIN | Yes | Your Jira domain. | |
JIRA_API_TOKEN | Yes | Your Jira API token, which can be generated from Atlassian Account Settings. |
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 |
---|---|
create_issue | Create a new Jira issue |
list_issues | List issues in the project |
update_issue | Update an existing issue |
get_issue | Get details of a specific issue |
delete_issue | Delete a Jira issue |
add_comment | Add a comment to an existing issue |