← Back to browse

fly-io

Indexed by com.pulsemcp

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 varsFLY_IO_API_TOKEN FLY_IO_APP_NAME ENABLED_TOOLGROUPS SKIP_HEALTH_CHECKS DISABLE_DOCKER_CLI_TOOLS
Claude 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

Add to 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.