
A chaos-engineering and resilience-testing toolkit for Model Context Protocol servers.
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 mcp-failure-lab
MCP client config
{
"mcpServers": {
"mcp-failure-lab": {
"command": "npx",
"args": [
"-y",
"mcp-failure-lab"
]
}
}
}