# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add amcharrett-6als/qualitycoach

# Browse available tools
npx -y @smithery/cli@latest tool list amcharrett-6als/qualitycoach

# Get full schema for a tool
npx -y @smithery/cli@latest tool get amcharrett-6als/qualitycoach test_strategy

# Call a tool
npx -y @smithery/cli@latest 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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get amcharrett-6als/qualitycoach <tool-name>
```
