mcp
Verified Safeby steadybit
Overview
Enables LLM tools to interact with the Steadybit chaos engineering platform for managing experiments, executions, and platform resources.
Installation
docker run -i --rm -e API_TOKEN ghcr.io/steadybit/mcp:latestEnvironment 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
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
bifrost
A high-performance AI gateway designed to unify access, manage, route, cache, and observe interactions with multiple Large Language Model (LLM) providers.
Lynkr
An AI-powered orchestration platform enabling autonomous agents to interact with a development workspace, execute code, manage git, perform web searches, and communicate with various Large Language Models (LLMs) via a unified API.
rest-to-mcp-adapter
Transforms REST API specifications (OpenAPI, Swagger, OpenAPI Actions) into Model Context Protocol (MCP) tools, enabling AI agents like Claude and GPT to interact with any REST API.