# Zebrunner MCP Server Configuration
# Copy this file to .env and fill in your actual credentials
# Zebrunner TCM Public API base URL (no trailing slash)
# Example: https://your-workspace.zebrunner.com/api/public/v1
# Replace with your workspace name
ZEBRUNNER_URL=https://your-workspace.zebrunner.com/api/public/v1
# Your Zebrunner login (usually your email address)
ZEBRUNNER_LOGIN=your.email@example.com
# Your personal API token from Zebrunner profile
# Get this from: https://your-workspace.zebrunner.com/account/profile
ZEBRUNNER_TOKEN=your_api_token_here
MAX_PAGE_SIZE=100
DEFAULT_PAGE_SIZE=10
# Optional: Enable debug mode for detailed logging
DEBUG=false
# Optional: Enable rules engine for enhanced coverage analysis
# ENABLE_RULES_ENGINE=true # Uncomment to override auto-detection
# Auto-detection: Rules engine is enabled if 'mcp-zebrunner-rules.md' exists with meaningful content
MCP directory API
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