mcp failure lab for VS Code
io.github.anilloutombam/mcp-failure-lab
A chaos-engineering and resilience-testing toolkit for Model Context Protocol servers.
client:VS Code
transport:stdio
runtime:npm
Install mcp failure lab in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-failure-lab": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-failure-lab"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs