JIRA Zephyr MCP Server
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_issueC | Read JIRA issue details and metadata |
| create_test_planC | Create a new test plan in Zephyr |
| list_test_plansC | List existing test plans |
| create_test_cycleC | Create a new test execution cycle |
| list_test_cyclesC | List existing test cycles with execution status |
| execute_testC | Update test execution results |
| get_test_execution_statusC | Get test execution progress and statistics |
| link_tests_to_issuesC | Associate test cases with JIRA issues |
| generate_test_reportC | Generate test execution report |
| create_test_caseC | Create a new test case in Zephyr |
| search_test_casesC | Search for test cases in a project |
| get_test_caseC | Get detailed information about a specific test case |
| create_multiple_test_casesC | 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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leorosignoli/jira-zephyr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server