mcp-qase
4
QASE MCP Server is a TypeScript-based server for integrating with Qase test management platform. It offers tools for managing various entities like projects, test cases, and runs, enhancing test management processes.
QASE MCP Server
This project is a TypeScript-based implementation of an MCP server integrating with the Qase test management platform. It provides tools for interacting with Qase entities such as projects, test cases, test runs, test results, test plans, test suites, and shared steps.
Features
- Manage projects: list, create, delete.
- Handle test cases: retrieve, create, update.
- Access test runs and results: retrieve, create in bulk, update.
- Work with test plans, suites, and shared steps: retrieve, create, update.
Installation
- Configure for Claude Desktop by updating configuration files.
- Use with Cursor by registering environment commands.
Development
- Install dependencies with npm.
- Use build commands for server deployment and development monitoring.
Debugging
- Debug using the MCP Inspector tool.