zephyr-mcp-server

nandishnagaraj/zephyr-mcp-server

3.1

If you are the rightful owner of zephyr-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for integrating with Zephyr Scale.

The Zephyr MCP Server is designed to facilitate seamless integration with Zephyr Scale, a test management tool. This server allows users to fetch and manage test cases directly from Zephyr Scale using a Model Context Protocol. It is particularly useful for developers and testers who need to automate test case retrieval and management within their development environments. The server is set up to work with VS Code, making it easy to integrate into existing workflows. By configuring the server with your Zephyr Scale API token, you can quickly access and filter test cases by project key and folder ID, and limit the number of results returned.

Features

  • Fetch test cases from Zephyr Scale
  • Filter by project key and folder ID
  • Limit number of results

Usages

usage with VS Code

{
  "mcpServers": {
    "zephyr": {
      "command": "python",
      "args": ["zephyr/zephyr.py"]
    }
  }
}