Advanced Zebrunner MCP Server
Rank #5,320io.github.maksimsarychau/mcp-zebrunner
Advanced analytics, reporting, and safe mutations for Zebrunner. 64 tools, 14 resources, 17 prompts.
Advanced Zebrunner MCP Server is a Model Context Protocol (MCP) server published by maksimsarychau. It ranks #5,320 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Advanced Zebrunner MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Oct 1, 2025 and most recently updated on Jul 8, 2026.
Ranks ahead of 126,726 of 132,046 servers on MCP Toplist.
Use Advanced Zebrunner MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-zebrunner -e "ZEBRUNNER_URL=<your ZEBRUNNER_URL>" -e "ZEBRUNNER_LOGIN=<your ZEBRUNNER_LOGIN>" -e "ZEBRUNNER_TOKEN=<your ZEBRUNNER_TOKEN>" -e "TIMEOUT=<your TIMEOUT>" -e "RETRY_ATTEMPTS=<your RETRY_ATTEMPTS>" -e "RETRY_DELAY=<your RETRY_DELAY>" -e "MAX_PAGE_SIZE=<your MAX_PAGE_SIZE>" -e "DEFAULT_PAGE_SIZE=<your DEFAULT_PAGE_SIZE>" -e "DEBUG=<your DEBUG>" -e "ENABLE_RULES_ENGINE=<your ENABLE_RULES_ENGINE>" -e "STRICT_URL_VALIDATION=<your STRICT_URL_VALIDATION>" -e "SKIP_URL_VALIDATION_ON_ERROR=<your SKIP_URL_VALIDATION_ON_ERROR>" -e "ENABLE_RATE_LIMITING=<your ENABLE_RATE_LIMITING>" -e "MAX_REQUESTS_PER_SECOND=<your MAX_REQUESTS_PER_SECOND>" -e "RATE_LIMITING_BURST=<your RATE_LIMITING_BURST>" -- npx -y mcp-zebrunnerReplace each placeholder with your own value before saving.
claude mcp add mcp-zebrunner -e "PORT=<your PORT>" -e "ZEBRUNNER_URL=<your ZEBRUNNER_URL>" -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "MCP_AUTH_MODE=<your MCP_AUTH_MODE>" -e "MCP_SERVER_URL=<your MCP_SERVER_URL>" -- npx -y mcp-zebrunnerReplace each placeholder with your own value before saving.
[mcp_servers.mcp-zebrunner]
command = "npx"
args = ["-y", "mcp-zebrunner"]
[mcp_servers.mcp-zebrunner.env]
ZEBRUNNER_URL = "<your ZEBRUNNER_URL>"
ZEBRUNNER_LOGIN = "<your ZEBRUNNER_LOGIN>"
ZEBRUNNER_TOKEN = "<your ZEBRUNNER_TOKEN>"
TIMEOUT = "<your TIMEOUT>"
RETRY_ATTEMPTS = "<your RETRY_ATTEMPTS>"
RETRY_DELAY = "<your RETRY_DELAY>"
MAX_PAGE_SIZE = "<your MAX_PAGE_SIZE>"
DEFAULT_PAGE_SIZE = "<your DEFAULT_PAGE_SIZE>"
DEBUG = "<your DEBUG>"
ENABLE_RULES_ENGINE = "<your ENABLE_RULES_ENGINE>"
STRICT_URL_VALIDATION = "<your STRICT_URL_VALIDATION>"
SKIP_URL_VALIDATION_ON_ERROR = "<your SKIP_URL_VALIDATION_ON_ERROR>"
ENABLE_RATE_LIMITING = "<your ENABLE_RATE_LIMITING>"
MAX_REQUESTS_PER_SECOND = "<your MAX_REQUESTS_PER_SECOND>"
RATE_LIMITING_BURST = "<your RATE_LIMITING_BURST>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mcp-zebrunner]
command = "npx"
args = ["-y", "mcp-zebrunner"]
[mcp_servers.mcp-zebrunner.env]
PORT = "<your PORT>"
ZEBRUNNER_URL = "<your ZEBRUNNER_URL>"
MCP_TRANSPORT = "<your MCP_TRANSPORT>"
MCP_AUTH_MODE = "<your MCP_AUTH_MODE>"
MCP_SERVER_URL = "<your MCP_SERVER_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-zebrunner": {
"command": "npx",
"args": [
"-y",
"mcp-zebrunner"
],
"env": {
"ZEBRUNNER_URL": "<your ZEBRUNNER_URL>",
"ZEBRUNNER_LOGIN": "<your ZEBRUNNER_LOGIN>",
"ZEBRUNNER_TOKEN": "<your ZEBRUNNER_TOKEN>",
"TIMEOUT": "<your TIMEOUT>",
"RETRY_ATTEMPTS": "<your RETRY_ATTEMPTS>",
"RETRY_DELAY": "<your RETRY_DELAY>",
"MAX_PAGE_SIZE": "<your MAX_PAGE_SIZE>",
"DEFAULT_PAGE_SIZE": "<your DEFAULT_PAGE_SIZE>",
"DEBUG": "<your DEBUG>",
"ENABLE_RULES_ENGINE": "<your ENABLE_RULES_ENGINE>",
"STRICT_URL_VALIDATION": "<your STRICT_URL_VALIDATION>",
"SKIP_URL_VALIDATION_ON_ERROR": "<your SKIP_URL_VALIDATION_ON_ERROR>",
"ENABLE_RATE_LIMITING": "<your ENABLE_RATE_LIMITING>",
"MAX_REQUESTS_PER_SECOND": "<your MAX_REQUESTS_PER_SECOND>",
"RATE_LIMITING_BURST": "<your RATE_LIMITING_BURST>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-zebrunner": {
"command": "npx",
"args": [
"-y",
"mcp-zebrunner"
],
"env": {
"PORT": "<your PORT>",
"ZEBRUNNER_URL": "<your ZEBRUNNER_URL>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_SERVER_URL": "<your MCP_SERVER_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-zebrunner": {
"command": "npx",
"args": [
"-y",
"mcp-zebrunner"
],
"env": {
"ZEBRUNNER_URL": "<your ZEBRUNNER_URL>",
"ZEBRUNNER_LOGIN": "<your ZEBRUNNER_LOGIN>",
"ZEBRUNNER_TOKEN": "<your ZEBRUNNER_TOKEN>",
"TIMEOUT": "<your TIMEOUT>",
"RETRY_ATTEMPTS": "<your RETRY_ATTEMPTS>",
"RETRY_DELAY": "<your RETRY_DELAY>",
"MAX_PAGE_SIZE": "<your MAX_PAGE_SIZE>",
"DEFAULT_PAGE_SIZE": "<your DEFAULT_PAGE_SIZE>",
"DEBUG": "<your DEBUG>",
"ENABLE_RULES_ENGINE": "<your ENABLE_RULES_ENGINE>",
"STRICT_URL_VALIDATION": "<your STRICT_URL_VALIDATION>",
"SKIP_URL_VALIDATION_ON_ERROR": "<your SKIP_URL_VALIDATION_ON_ERROR>",
"ENABLE_RATE_LIMITING": "<your ENABLE_RATE_LIMITING>",
"MAX_REQUESTS_PER_SECOND": "<your MAX_REQUESTS_PER_SECOND>",
"RATE_LIMITING_BURST": "<your RATE_LIMITING_BURST>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-zebrunner": {
"command": "npx",
"args": [
"-y",
"mcp-zebrunner"
],
"env": {
"PORT": "<your PORT>",
"ZEBRUNNER_URL": "<your ZEBRUNNER_URL>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_SERVER_URL": "<your MCP_SERVER_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-zebrunner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-zebrunner"
],
"env": {
"ZEBRUNNER_URL": "<your ZEBRUNNER_URL>",
"ZEBRUNNER_LOGIN": "<your ZEBRUNNER_LOGIN>",
"ZEBRUNNER_TOKEN": "<your ZEBRUNNER_TOKEN>",
"TIMEOUT": "<your TIMEOUT>",
"RETRY_ATTEMPTS": "<your RETRY_ATTEMPTS>",
"RETRY_DELAY": "<your RETRY_DELAY>",
"MAX_PAGE_SIZE": "<your MAX_PAGE_SIZE>",
"DEFAULT_PAGE_SIZE": "<your DEFAULT_PAGE_SIZE>",
"DEBUG": "<your DEBUG>",
"ENABLE_RULES_ENGINE": "<your ENABLE_RULES_ENGINE>",
"STRICT_URL_VALIDATION": "<your STRICT_URL_VALIDATION>",
"SKIP_URL_VALIDATION_ON_ERROR": "<your SKIP_URL_VALIDATION_ON_ERROR>",
"ENABLE_RATE_LIMITING": "<your ENABLE_RATE_LIMITING>",
"MAX_REQUESTS_PER_SECOND": "<your MAX_REQUESTS_PER_SECOND>",
"RATE_LIMITING_BURST": "<your RATE_LIMITING_BURST>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-zebrunner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-zebrunner"
],
"env": {
"PORT": "<your PORT>",
"ZEBRUNNER_URL": "<your ZEBRUNNER_URL>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_SERVER_URL": "<your MCP_SERVER_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-zebrunner": {
"command": "npx",
"args": [
"-y",
"mcp-zebrunner"
],
"env": {
"ZEBRUNNER_URL": "<your ZEBRUNNER_URL>",
"ZEBRUNNER_LOGIN": "<your ZEBRUNNER_LOGIN>",
"ZEBRUNNER_TOKEN": "<your ZEBRUNNER_TOKEN>",
"TIMEOUT": "<your TIMEOUT>",
"RETRY_ATTEMPTS": "<your RETRY_ATTEMPTS>",
"RETRY_DELAY": "<your RETRY_DELAY>",
"MAX_PAGE_SIZE": "<your MAX_PAGE_SIZE>",
"DEFAULT_PAGE_SIZE": "<your DEFAULT_PAGE_SIZE>",
"DEBUG": "<your DEBUG>",
"ENABLE_RULES_ENGINE": "<your ENABLE_RULES_ENGINE>",
"STRICT_URL_VALIDATION": "<your STRICT_URL_VALIDATION>",
"SKIP_URL_VALIDATION_ON_ERROR": "<your SKIP_URL_VALIDATION_ON_ERROR>",
"ENABLE_RATE_LIMITING": "<your ENABLE_RATE_LIMITING>",
"MAX_REQUESTS_PER_SECOND": "<your MAX_REQUESTS_PER_SECOND>",
"RATE_LIMITING_BURST": "<your RATE_LIMITING_BURST>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-zebrunner": {
"command": "npx",
"args": [
"-y",
"mcp-zebrunner"
],
"env": {
"PORT": "<your PORT>",
"ZEBRUNNER_URL": "<your ZEBRUNNER_URL>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_SERVER_URL": "<your MCP_SERVER_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-zebrunner": {
"command": "npx",
"args": [
"-y",
"mcp-zebrunner"
],
"env": {
"ZEBRUNNER_URL": "<your ZEBRUNNER_URL>",
"ZEBRUNNER_LOGIN": "<your ZEBRUNNER_LOGIN>",
"ZEBRUNNER_TOKEN": "<your ZEBRUNNER_TOKEN>",
"TIMEOUT": "<your TIMEOUT>",
"RETRY_ATTEMPTS": "<your RETRY_ATTEMPTS>",
"RETRY_DELAY": "<your RETRY_DELAY>",
"MAX_PAGE_SIZE": "<your MAX_PAGE_SIZE>",
"DEFAULT_PAGE_SIZE": "<your DEFAULT_PAGE_SIZE>",
"DEBUG": "<your DEBUG>",
"ENABLE_RULES_ENGINE": "<your ENABLE_RULES_ENGINE>",
"STRICT_URL_VALIDATION": "<your STRICT_URL_VALIDATION>",
"SKIP_URL_VALIDATION_ON_ERROR": "<your SKIP_URL_VALIDATION_ON_ERROR>",
"ENABLE_RATE_LIMITING": "<your ENABLE_RATE_LIMITING>",
"MAX_REQUESTS_PER_SECOND": "<your MAX_REQUESTS_PER_SECOND>",
"RATE_LIMITING_BURST": "<your RATE_LIMITING_BURST>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-zebrunner": {
"command": "npx",
"args": [
"-y",
"mcp-zebrunner"
],
"env": {
"PORT": "<your PORT>",
"ZEBRUNNER_URL": "<your ZEBRUNNER_URL>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"MCP_AUTH_MODE": "<your MCP_AUTH_MODE>",
"MCP_SERVER_URL": "<your MCP_SERVER_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.maksimsarychau%2Fmcp-zebrunner)<a href="https://mcptoplist.com/server/io.github.maksimsarychau%2Fmcp-zebrunner"><img src="https://mcptoplist.com/badge/io.github.maksimsarychau%2Fmcp-zebrunner.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
maksimsarychau
Available versions (5)
| Version | Published |
|---|---|
| 9.2.1 | Jul 8, 2026 |
| 5.15.0 | Dec 8, 2025 |
| 5.13.0 | Dec 2, 2025 |
| 5.11.4 | Dec 2, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Advanced Zebrunner MCP Server?
- Advanced Zebrunner MCP Server is maintained by maksimsarychau, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Advanced Zebrunner MCP Server listed on the Official MCP Registry?
- Yes — Advanced Zebrunner MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Advanced Zebrunner MCP Server have?
- MCP Toplist tracks 5 versions of Advanced Zebrunner MCP Server, most recently published on Jul 8, 2026.
- Where can I find the source code for Advanced Zebrunner MCP Server?
- The source code for Advanced Zebrunner MCP Server is hosted at github.com/maksimsarychau/mcp-zebrunner.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.