Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_BASE_URL | Yes | The base URL of your JIRA instance (e.g., https://your-domain.atlassian.net) | |
| JIRA_USERNAME | Yes | Your JIRA username/email address (e.g., your-email@company.com) | |
| JIRA_API_TOKEN | Yes | Your JIRA API token (generate from Atlassian Account Settings → Security → API tokens) | |
| ZEPHYR_API_TOKEN | Yes | Your Zephyr API token (generate from JIRA → Apps → Zephyr Scale → API Access Tokens) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_jira_issue | Read JIRA issue details and metadata |
| create_test_plan | Create a new test plan in Zephyr |
| list_test_plans | List existing test plans |
| create_test_cycle | Create a new test execution cycle |
| list_test_cycles | List existing test cycles with execution status |
| execute_test | Update test execution results |
| get_test_execution_status | Get test execution progress and statistics |
| link_tests_to_issues | Associate test cases with JIRA issues |
| generate_test_report | Generate test execution report |
| create_test_case | Create a new test case in Zephyr |
| search_test_cases | Search for test cases in a project |
| get_test_case | Get detailed information about a specific test case |
| create_multiple_test_cases | Create multiple test cases in Zephyr at once |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |