Overview
what is Zephyr MCP Server?
Zephyr MCP Server is a Model Context Protocol (MCP) server designed for integrating with Zephyr Scale, enabling users to fetch and manage test cases efficiently.
how to use Zephyr MCP Server?
To use the Zephyr MCP Server, clone the repository, install the required dependencies, configure your VS Code settings, and set your Zephyr Scale API token in a .env file.
key features of Zephyr MCP Server?
- Fetch test cases from Zephyr Scale
- Filter test cases by project key and folder ID
- Limit the number of results returned
use cases of Zephyr MCP Server?
- Automating the retrieval of test cases for software testing.
- Integrating test case management into CI/CD pipelines.
- Customizing test case queries based on project requirements.
FAQ from Zephyr MCP Server?
- What programming language is Zephyr MCP Server written in?
Zephyr MCP Server is written in Python.
- How do I set my API token?
You need to create a
.envfile in the project root and add your API token asZEPHYR_API_TOKEN=your_api_token_here.
- Can I contribute to the project?
Yes! You can fork the repository, create a feature branch, and submit a pull request.