We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maksimsarychau/mcp-zebrunner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-zebrunner",
"version": "5.13.0",
"type": "module",
"description": "Unified Zebrunner MCP server for TCM test cases, suites, coverage analysis, launchers, etc.",
"mcpName": "io.github.maksimsarychau/mcp-zebrunner",
"main": "dist/index.js",
"author": "Maksim Sarychau",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/maksimsarychau/mcp-zebrunner.git"
},
"keywords": [
"zebrunner",
"tcm",
"qa",
"testing",
"reporting",
"dashboards",
"mcp",
"model-context-protocol"
],
"files": [
"dist/**/*",
"README.md",
"LICENSE.md",
"mcp-zebrunner-rules.md.example"
],
"scripts": {
"version": "node -p \"require('./package.json').version\"",
"dev": "tsx watch src/server.ts",
"dev:with-reporting": "tsx watch src/server-with-reporting.ts",
"build": "tsc -p tsconfig.json",
"deploy": "node scripts/increment-version.js && tsc -p tsconfig.json",
"release": "tsc -p tsconfig.json && tsc --noEmit && tsx tests/test-runner.ts all",
"release:with-increment": "node scripts/increment-version.js && tsc -p tsconfig.json && tsc --noEmit && tsx tests/test-runner.ts all",
"increment": "node scripts/increment-version.js",
"start": "node dist/server.js",
"start:with-reporting": "node dist/server-with-reporting.js",
"smoke": "tsx tests/smoke/smoke.ts",
"test": "tsx tests/test-runner.ts all",
"test:unit": "tsx tests/test-runner.ts unit",
"test:integration": "tsx tests/test-runner.ts integration",
"test:e2e": "tsx tests/test-runner.ts e2e",
"test:hierarchy": "node --test --test-reporter=spec --import=tsx tests/integration/suite-hierarchy.test.ts",
"test:reporting": "node --test --test-reporter=spec --import=tsx tests/integration/reporting-api.test.ts",
"test:watch": "tsx tests/test-runner.ts all --watch",
"test:health": "tsx tests/test-runner.ts --health",
"test:verbose": "tsx tests/test-runner.ts all --verbose",
"lint": "tsc --noEmit",
"clean": "rm -rf dist",
"dev:debug": "DEBUG=true tsx watch src/server.ts"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^1.4.1",
"@modelcontextprotocol/sdk": "^1.0.0",
"axios": "^1.7.3",
"dotenv": "^16.4.5",
"fluent-ffmpeg": "^2.1.3",
"sharp": "^0.33.5",
"tesseract.js": "^5.1.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.24",
"@types/node": "^22.0.0",
"tsx": "^4.17.0",
"typescript": "^5.6.3"
}
}