Xray MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XRAY_CLIENT_ID | Yes | Your Xray Cloud API Client ID | |
| XRAY_CLIENT_SECRET | Yes | Your Xray Cloud API Client Secret |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_test_caseC | Create a new test case in Xray Cloud |
| get_test_caseC | Get details of a specific test case by key |
| update_test_caseC | Update an existing test case |
| delete_test_caseC | Delete a test case |
| search_test_casesC | Search for test cases using JQL (Jira Query Language) |
| get_project_test_casesC | Get all test cases for a specific project |
| create_test_executionC | Create a new test execution in Xray Cloud to run tests |
| get_test_executionB | Get details of a specific test execution by key, including all test runs |
| search_test_executionsC | Search for test executions using JQL (Jira Query Language) |
| get_project_test_executionsC | Get all test executions for a specific project |
| update_test_run_statusC | Update the status of a specific test run (e.g., mark as PASS or FAIL) |
| create_test_planC | Create a new test plan in Xray Cloud to organize tests |
| get_test_planC | Get details of a specific test plan by key, including all tests |
| search_test_plansC | Search for test plans using JQL (Jira Query Language) |
| get_project_test_plansB | Get all test plans for a specific project |
| add_tests_to_test_planC | Add tests to an existing test plan |
| remove_tests_from_test_planC | Remove tests from an existing test plan |
| create_test_setB | Create a new test set in Xray Cloud to group related tests |
| get_test_setC | Get details of a specific test set by key, including all tests |
| search_test_setsC | Search for test sets using JQL (Jira Query Language) |
| get_project_test_setsC | Get all test sets for a specific project |
| add_tests_to_test_setC | Add tests to an existing test set |
| remove_tests_from_test_setC | Remove tests from an existing test set |
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/c4m3lblue-star/xray-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server