Odel
mcp failure lab

mcp failure lab

Local
@anilloutombamTypeScriptMITUpdated 2 days ago

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).

npmmcp-failure-labv0.7.0

Run

npx -y mcp-failure-lab

MCP client config

{
  "mcpServers": {
    "mcp-failure-lab": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-failure-lab"
      ]
    }
  }
}