Skip to content
Cursor

mcp failure lab for Cursor

io.github.anilloutombam/mcp-failure-lab

A chaos-engineering and resilience-testing toolkit for Model Context Protocol servers.

client:Cursor transport:stdio runtime:npm

Install mcp failure lab in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp failure lab in other clients