Fly.io

Fly.io is a platform for deploying full-stack applications close to users with global edge compute.

Prerequisites

Connect

conjra add flyio

MCP Tools

create_fly_app

Create a new Fly.io application.

ParameterTypeRequiredDescription
namestringYesUnique, lowercase, alphanumeric + hyphens
orgstringNoOrg slug
networkstringNoNetwork name

deploy_to_fly

Deploy a Docker image to a Fly.io app.

ParameterTypeRequiredDescription
appNamestringYesFly.io app name
imagestringYesDocker image
regionstringNoDeployment region
memorynumberNoMemory in MB (default 256)
cpuCountnumberNoCPU count (default 1)
envobjectNoEnvironment variables

Example: "use conjra to deploy my app to fly.io"

set_fly_secrets

Set secrets for a Fly.io app.

ParameterTypeRequiredDescription
appNamestringYesFly.io app name
secretsobjectYesKey-value pairs of secrets

get_fly_status

Get the status of a Fly.io app.

ParameterTypeRequiredDescription
appNamestringYesFly.io app name
Edit this page on GitHub