Steadybit
Created 5 months ago
MCP Server for Steadybit, enabling LLM tools like Claude to interact with the Steadybit platform.
development
documentation
public
What is Steadybit?
Interact with [Steadybit](https://www.steadybit.com/)
Documentation
Steadybit MCP Server
Tools
list-experiment-designs- List experiment designsget_experiment_design- Get an experiment designlist_experiment_executions- List experiment executionsget_experiment_execution- Get an experiment executionlist_actions- List of currently registered actionslist_environments- Get a list of environmentslist_teams- Get a list of teamslist_experiment_schedules- Get a list of experiment scheduleslist_experiment_templates- Get a list of experiment templatesget_experiment_template- Get an experiment templatecreate_experiment_from_template- Create an experiment from a template
Setup
You need to have a Steadybit account and an API token. You can create an API token in the Steadybit platform under "Settings" → "API Access Tokens".
Supported ENV-Variables
API_TOKEN: The API token to use for authentication.API_URL: The URL of the Steadybit API.
Usage with Claude Desktop
Settings -> Developer -> Edit
Development
Please note that there will be no logging to the console when running the MCP Server.
Local Testing
- Build the project:
mvn clean install
Building and testing the Docker image
- Build the image:
docker build -t steadybit/mcp -f Dockerfile .
Example Usage
You can find some example prompts here.
Server Config
{
"mcpServers": {
"steadybit-server": {
"command": "npx",
"args": [
"steadybit"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
Steadybit
Category:
official
License:
MIT License
Tags:
development
documentation
public