Unified Zebrunner MCP server for TCM test cases, suites, coverage analysis, launchers, etc.
MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Unified Zebrunner MCP server for TCM test cases, suites, coverage analysis, launchers, etc.
A Model Context Protocol (MCP) server that brings advanced analytics, reporting, failure forensics, and safe TCM mutations to Zebrunner. Designed to coexist with the official Zebrunner MCP (beta) — see the "Dual-MCP setup" section below.
Once MCP is connected, these are the calls the assistant has available:
adv_get_test_case_by_key — Get detailed test case informationYou will need 8 environment variables: ZEBRUNNER_URL, ZEBRUNNER_LOGIN, ZEBRUNNER_TOKEN, DEBUG, ENABLE_RULES_ENGINE, DEFAULT_PAGE_SIZE, MAX_PAGE_SIZE, LAUNCH_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP's toolset — adv_get_test_case_by_key — is a fair guide to whether it matches your workflow. It is maintained by maksimsarychau; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| adv_get_test_case_by_key | Get detailed test case information |
{
"mcpServers": {
"mcp-zebrunner": {
"command": "node",
"args": ["/full/absolute/path/to/mcp-zebrunner/dist/server.js"],
"env": {
"ZEBRUNNER_URL": "https://your-company.zebrunner.com/api/public/v1",
"ZEBRUNNER_LOGIN": "your.email@company.com",
"ZEBRUNNER_TOKEN": "your_api_token_here",
"DEBUG": "false",
"ENABLE_RULES_ENGINE": "true",
"DEFAULT_PAGE_SIZE": "100",
"MAX_PAGE_SIZE": "100"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ZEBRUNNER_URL | Endpoint or connection string the server talks to. | Yes |
| ZEBRUNNER_LOGIN | Configuration value read at startup. | Optional |
| ZEBRUNNER_TOKEN | Credential the server authenticates with. | Yes |
| DEBUG | Configuration value read at startup. | Optional |
| ENABLE_RULES_ENGINE | Configuration value read at startup. | Optional |
| DEFAULT_PAGE_SIZE | Configuration value read at startup. | Optional |
| MAX_PAGE_SIZE | Configuration value read at startup. | Optional |
| LAUNCH_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.