A chaos-engineering and resilience-testing toolkit for Model Context Protocol servers.
claude mcp add mcp-failure-lab -- npx -y mcp-failure-lab
claude_desktop_config.json
{
"mcpServers": {
"mcp-failure-lab": {
"command": "npx",
"args": [
"-y",
"mcp-failure-lab"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-failure-lab": {
"command": "npx",
"args": [
"-y",
"mcp-failure-lab"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-failure-lab": {
"command": "npx",
"args": [
"-y",
"mcp-failure-lab"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-failure-lab": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-failure-lab"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-failure-lab": {
"command": "npx",
"args": [
"-y",
"mcp-failure-lab"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.anilloutombam--mcp-failure-lab/reviews or the review_server meta-tool.
POST /mcp