zephyr scale mcp for Cursor
io.github.vilaabo/zephyr-scale-mcp
Zephyr Scale on self-hosted Jira Server/DC: test cases, cycles, executions, plans and attachments
client:Cursor
transport:stdio
runtime:npm
Install zephyr scale mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zephyr-scale-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zephyr-scale-mcp"
],
"env": {
"JIRA_BASE_URL": "<JIRA_BASE_URL>",
"JIRA_PAT": "<JIRA_PAT>",
"JIRA_AUTH": "<JIRA_AUTH>",
"JIRA_USERNAME": "<JIRA_USERNAME>",
"JIRA_PASSWORD": "<JIRA_PASSWORD>",
"ZEPHYR_DEFAULT_PROJECT_KEY": "<ZEPHYR_DEFAULT_PROJECT_KEY>",
"ZEPHYR_ALLOW_INTERNAL_API": "<ZEPHYR_ALLOW_INTERNAL_API>",
"ZEPHYR_READONLY": "<ZEPHYR_READONLY>",
"JIRA_TLS_REJECT_UNAUTHORIZED": "<JIRA_TLS_REJECT_UNAUTHORIZED>",
"JIRA_TIMEOUT_MS": "<JIRA_TIMEOUT_MS>",
"JIRA_MAX_RETRIES": "<JIRA_MAX_RETRIES>",
"ZEPHYR_LOG_LEVEL": "<ZEPHYR_LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs