fly-io
About
MCP server for managing Fly.io machines, apps, logs, and Docker images.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FLY_IO_API_TOKEN FLY_IO_APP_NAME ENABLED_TOOLGROUPS SKIP_HEALTH_CHECKS DISABLE_DOCKER_CLI_TOOLSClaude Code
claude mcp add --env FLY_IO_API_TOKEN= --env FLY_IO_APP_NAME= --env ENABLED_TOOLGROUPS= --env SKIP_HEALTH_CHECKS= --env DISABLE_DOCKER_CLI_TOOLS= fly-io -- npx fly-io-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"fly-io","command":"npx","args":["fly-io-mcp-server"],"env":{"FLY_IO_API_TOKEN":"","FLY_IO_APP_NAME":"","ENABLED_TOOLGROUPS":"","SKIP_HEALTH_CHECKS":"","DISABLE_DOCKER_CLI_TOOLS":""}}'
JSON
{
"mcpServers": {
"fly-io": {
"command": "npx",
"args": [
"fly-io-mcp-server"
],
"env": {
"FLY_IO_API_TOKEN": "",
"FLY_IO_APP_NAME": "",
"ENABLED_TOOLGROUPS": "",
"SKIP_HEALTH_CHECKS": "",
"DISABLE_DOCKER_CLI_TOOLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.