Back to Home
steadybit icon

mcp

Verified Safe

by steadybit

Overview

Enables LLM tools to interact with the Steadybit chaos engineering platform for managing experiments, executions, and platform resources.

Installation

Run Command
docker run -i --rm -e API_TOKEN ghcr.io/steadybit/mcp:latest

Environment Variables

  • API_TOKEN
  • API_URL
  • CAPABILITIES_ENABLED_0
  • CAPABILITIES_ENABLED_1
  • LOGGING_FILE_NAME

Security Notes

The server acts as an API client, forwarding requests to the Steadybit platform using a user-provided API token. The API token is critical and must be securely managed by the user; it is not hardcoded but loaded from environment variables. No 'eval' or direct arbitrary command execution is apparent in the provided source code. Network communication is explicitly with the configured Steadybit API URL.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-12

Tags

LLM IntegrationChaos EngineeringSteadybit APIResilience TestingAPI Client