Back to directory
steadybit

steadybit

@steadybit0

MCP Server for Steadybit, enabling LLM tools like Claude to interact with the Steadybit platform.

experiment managementchaos engineeringapi integrationcloud

Installation & Configuration

{
  "mcpServers": {
    "steadybit": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "API_TOKEN",
        "ghcr.io/steadybit/mcp:latest"
      ],
      "env": {
        "API_TOKEN": "<your-api-token>"
      }
    }
  }
}

Information

Transport
stdio
Language
Java
Created
2025/5/20
Updated
2026/6/7