mcp
Verified Safeby 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
docker run -i --rm -e API_TOKEN=<your-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 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
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
bifrost
A high-performance AI gateway with a unified interface for multiple LLM providers, offering real-time monitoring and configuration.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
a2a-mcp
This server acts as a Model Context Protocol (MCP) gateway to facilitate interactions between an LLM client and external A2A (Agent2Agent) protocol agents, enabling message exchange, conversation management, and structured viewing of artifacts.