Audit-first test strategy MCP server for repository-native test planning.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y repo-test-architect
MCP client config
{
"mcpServers": {
"repo-test-architect": {
"command": "npx",
"args": [
"-y",
"repo-test-architect"
]
}
}
}