← Index

com.pulsemcp/fly-io

com.pulsemcp/fly-io·v0.1.6·Docker & Containers
Quality Score
80
/100

MCP server for managing Fly.io machines, apps, logs, and Docker images.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fly-io": {
      "command": "npx",
      "args": [
        "-y",
        "fly-io-mcp-server"
      ],
      "env": {
        "FLY_IO_API_TOKEN": "<your-fly_io_api_token>",
        "FLY_IO_APP_NAME": "<fly_io_app_name>",
        "ENABLED_TOOLGROUPS": "<enabled_toolgroups>",
        "SKIP_HEALTH_CHECKS": "false",
        "DISABLE_DOCKER_CLI_TOOLS": "false"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fly-io": {
      "command": "npx",
      "args": [
        "-y",
        "fly-io-mcp-server"
      ],
      "env": {
        "FLY_IO_API_TOKEN": "<your-fly_io_api_token>",
        "FLY_IO_APP_NAME": "<fly_io_app_name>",
        "ENABLED_TOOLGROUPS": "<enabled_toolgroups>",
        "SKIP_HEALTH_CHECKS": "false",
        "DISABLE_DOCKER_CLI_TOOLS": "false"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y fly-io-mcp-server
§02  Environment variables
FLY_IO_API_TOKEN
requiredsecret

API token for Fly.io authentication.

FLY_IO_APP_NAME

Scope server to a single app (disables app management tools).

ENABLED_TOOLGROUPS

Comma-separated tool groups to enable (readonly, write, admin, apps, machines, logs, ssh, images, registry).

SKIP_HEALTH_CHECKS

Skip API validation at startup.

DISABLE_DOCKER_CLI_TOOLS

Disable Docker-based registry tools.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Docker & Containers