Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port on which the MCP server will run | 3000 |
| JIRA_HOST | Yes | Your Jira instance URL (e.g., https://your-domain.atlassian.net) | |
| JIRA_EMAIL | Yes | Your email address for Jira authentication | |
| JIRA_API_TOKEN | Yes | Your Jira API token from https://id.atlassian.com/manage/api-tokens |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tickets | List Jira tickets assigned to you |
| get_ticket | Get details of a specific Jira ticket |
| get_comments | Get comments for a specific Jira ticket |
| create_ticket | Create a new Jira ticket |
| add_comment | Add a comment to a Jira ticket |
| update_status | Update the status of a Jira ticket |
| search_tickets | Search for tickets in specific projects using text search |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |