Loading MCP server directory, please wait...
Unified Zebrunner MCP server for TCM test cases, suites, coverage analysis, launchers, etc.
npx @getmcp/cli add io.github.maksimsarychau/mcp-zebrunnerRequires Node.js 18+. Community-contributed server. Review source before installing.
ZEBRUNNER_URLBase URL for your Zebrunner instance (e.g., https://your-instance.zebrunner.com)
ZEBRUNNER_LOGINYour Zebrunner username/login
ZEBRUNNER_TOKENYour Zebrunner API authentication token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.maksimsarychau/mcp-zebrunner": {
"command": "npx",
"args": [
"-y",
"mcp-zebrunner"
],
"env": {
"ZEBRUNNER_URL": "",
"ZEBRUNNER_LOGIN": "",
"ZEBRUNNER_TOKEN": "",
"TIMEOUT": "",
"RETRY_ATTEMPTS": "",
"RETRY_DELAY": "",
"MAX_PAGE_SIZE": "",
"DEFAULT_PAGE_SIZE": "",
"DEBUG": "",
"ENABLE_RULES_ENGINE": "",
"STRICT_URL_VALIDATION": "",
"SKIP_URL_VALIDATION_ON_ERROR": "",
"ENABLE_RATE_LIMITING": "",
"MAX_REQUESTS_PER_SECOND": "",
"RATE_LIMITING_BURST": ""
}
}
}
}