Warning
This project is currently under active development. It is not yet stable and its API and features may change without notice.
Use in production environments is not recommended at this time.
PictMCP is an MCP (Model Context Protocol) server that provides pairwise combinatorial testing capabilities to AI assistants. It wraps the PICT (Pairwise Independent Combinatorial Testing) algorithm via WebAssembly, enabling AI clients to generate optimized test case combinations.
In your MCP client
{
"mcpServers": {
"PictMCP": {
"command": "pnpx",
"args": ["pictmcp"]
}
}
}