ST

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

  1. list-experiment-designs - List experiment designs
  2. get_experiment_design - Get an experiment design
  3. list_experiment_executions - List experiment executions
  4. get_experiment_execution - Get an experiment execution
  5. list_actions - List of currently registered actions
  6. list_environments - Get a list of environments
  7. list_teams - Get a list of teams
  8. list_experiment_schedules - Get a list of experiment schedules
  9. list_experiment_templates - Get a list of experiment templates
  10. get_experiment_template - Get an experiment template
  11. create_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

Repository: github.com
Hosted: No
Global: No
Official: Yes

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