Skip to content
Cursor

fly io for Cursor

com.pulsemcp/fly-io

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

client:Cursor transport:stdio runtime:npm

Install fly io in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fly-io": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fly-io-mcp-server"
      ],
      "env": {
        "FLY_IO_API_TOKEN": "<FLY_IO_API_TOKEN>",
        "FLY_IO_APP_NAME": "<FLY_IO_APP_NAME>",
        "ENABLED_TOOLGROUPS": "<ENABLED_TOOLGROUPS>",
        "SKIP_HEALTH_CHECKS": "<SKIP_HEALTH_CHECKS>",
        "DISABLE_DOCKER_CLI_TOOLS": "<DISABLE_DOCKER_CLI_TOOLS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

fly io in other clients