MCP Server
MCP
io.github.vilaabo/zephyr-scale-mcp
Zephyr Scale on self-hosted Jira Server/DC: test cases, cycles, executions, plans and attachments
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "zephyr-scale-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Jira base URL without a trailing slash, e.g. https://jira.example.com",
"isRequired": true,
"name": "JIRA_BASE_URL"
},
{
"description": "Jira Data Center Personal Access Token (used when JIRA_AUTH=pat, the default)",
"isSecret": true,
"name": "JIRA_PAT"
},
{
"description": "Authentication mode: pat (default) or basic",
"name": "JIRA_AUTH"
},
{
"description": "Username for JIRA_AUTH=basic",
"name": "JIRA_USERNAME"
},
{
"description": "Password for JIRA_AUTH=basic",
"isSecret": true,
"name": "JIRA_PASSWORD"
},
{
"description": "Project key used when a tool is called without projectKey",
"name": "ZEPHYR_DEFAULT_PROJECT_KEY"
},
{
"description": "true registers 11 UNOFFICIAL tools backed by the internal /rest/tests/1.0 API the vendor does not support: editing a test cycle in place (rename/move, add/remove/reorder its cases), editing or DELETING individual executions, linking a cycle to a test plan, the folder tree, folder deletion, exact status names and custom field definitions",
"name": "ZEPHYR_ALLOW_INTERNAL_API"
},
{
"description": "true disables all write tools",
"name": "ZEPHYR_READONLY"
},
{
"description": "false allows self-signed certificates (disables TLS verification)",
"name": "JIRA_TLS_REJECT_UNAUTHORIZED"
},
{
"description": "Timeout of a single HTTP request in milliseconds (default 30000)",
"name": "JIRA_TIMEOUT_MS"
},
{
"description": "Retries for GET requests and for 429/503 responses, honoring Retry-After (default 2)",
"name": "JIRA_MAX_RETRIES"
},
{
"description": "Log verbosity: debug | info | warn | error (default info; all logs go to stderr)",
"name": "ZEPHYR_LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment