qualitycoach
Quality Coach MCP server that provides tactical advice on improving code repository for quality improvement initiatives. Designed to not only improve quality but also to appropriately measure the imr…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add amcharrett-6als/qualitycoach
# Browse available tools
npx -y smithery tool list amcharrett-6als/qualitycoach
# Get full schema for a tool
npx -y smithery tool get amcharrett-6als/qualitycoach test_strategy
# Call a tool
npx -y smithery tool call amcharrett-6als/qualitycoach test_strategy '{}'Direct MCP Connection
Endpoint: https://qualitycoach.run.tools
Required config:
x-api-key(query) — Client API key provided by the server owner, sent as x-api-key header
Tools (1)
test_strategy— Analyses a GitHub repository and produces a prioritised four-pass test strategy.
# Get full input/output schema for a tool
npx -y smithery tool get amcharrett-6als/qualitycoach