Back to Home
steadybit icon

mcp

Verified Safe

by steadybit

Overview

The Steadybit MCP Server enables LLM tools to interact with the Steadybit chaos engineering platform for managing experiments, executions, and other Steadybit resources.

Installation

Run Command
docker run -i --rm -e API_TOKEN=<your-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 a wrapper for the Steadybit API, making authenticated HTTP requests. It uses environment variables for sensitive API tokens, preventing hardcoding. Input validation for API URL and token is present. There are no obvious signs of 'eval' or direct shell command execution from user inputs. The primary risk is inherent to any API wrapper, relying on the security of the upstream Steadybit API and proper management of the API_TOKEN.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-12

Tags

SteadybitLLMChaos EngineeringAPI IntegrationDevOps