chaosblade (MCP Server)

GitHub

An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具)

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "chaosblade": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-chaosblade"
      ]
    }
  }
}