PluginBench
MCP Server

com.pulsemcp/fly-io MCP Server

com.pulsemcp/fly-io

What is the com.pulsemcp/fly-io MCP server?

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

How to install com.pulsemcp/fly-io

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FLY_IO_API_TOKEN
    required
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fly-io": {
      "command": "npx",
      "args": [
        "-y",
        "fly-io-mcp-server",
        "-y"
      ],
      "env": {
        "FLY_IO_API_TOKEN": "<YOUR_FLY_IO_API_TOKEN>",
        "FLY_IO_APP_NAME": "<YOUR_FLY_IO_APP_NAME>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>",
        "DISABLE_DOCKER_CLI_TOOLS": "<YOUR_DISABLE_DOCKER_CLI_TOOLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "fly-io": {
      "command": "npx",
      "args": [
        "-y",
        "fly-io-mcp-server",
        "-y"
      ],
      "env": {
        "FLY_IO_API_TOKEN": "<YOUR_FLY_IO_API_TOKEN>",
        "FLY_IO_APP_NAME": "<YOUR_FLY_IO_APP_NAME>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>",
        "DISABLE_DOCKER_CLI_TOOLS": "<YOUR_DISABLE_DOCKER_CLI_TOOLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fly-io": {
      "command": "npx",
      "args": [
        "-y",
        "fly-io-mcp-server",
        "-y"
      ],
      "env": {
        "FLY_IO_API_TOKEN": "<YOUR_FLY_IO_API_TOKEN>",
        "FLY_IO_APP_NAME": "<YOUR_FLY_IO_APP_NAME>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>",
        "DISABLE_DOCKER_CLI_TOOLS": "<YOUR_DISABLE_DOCKER_CLI_TOOLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "fly-io": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fly-io-mcp-server",
        "-y"
      ],
      "env": {
        "FLY_IO_API_TOKEN": "<YOUR_FLY_IO_API_TOKEN>",
        "FLY_IO_APP_NAME": "<YOUR_FLY_IO_APP_NAME>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>",
        "DISABLE_DOCKER_CLI_TOOLS": "<YOUR_DISABLE_DOCKER_CLI_TOOLS>"
      }
    }
  }
}
Claude Code
claude mcp add fly-io --env FLY_IO_API_TOKEN=<YOUR_FLY_IO_API_TOKEN> --env FLY_IO_APP_NAME=<YOUR_FLY_IO_APP_NAME> --env ENABLED_TOOLGROUPS=<YOUR_ENABLED_TOOLGROUPS> --env SKIP_HEALTH_CHECKS=<YOUR_SKIP_HEALTH_CHECKS> --env DISABLE_DOCKER_CLI_TOOLS=<YOUR_DISABLE_DOCKER_CLI_TOOLS> -- npx -y fly-io-mcp-server -y

Related MCP servers

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

View repository →

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

View repository →

MCP server for Fetch Pet insurance claims management using Playwright automation.

View repository →

MCP server for Google Cloud Storage with fine-grained tool access control.

View repository →

MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.

View repository →

MCP server for Good Eggs grocery shopping automation using Playwright.

View repository →