You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcp/flyctl-server.html.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,15 @@ You can also specify `--cursor`, `--neovim`, `--vscode`, `--windsurf`, or `--zed
19
19
20
20
`flyctl` provides an MCP server that you can use to provision your application. At the present time, most of the following commands and their subcommands are supported:
21
21
22
-
*[apps](https://fly.io/docs/flyctl/apps/)
23
-
*[logs](https://fly.io/docs/flyctl/logs/)
24
-
*[machine](https://fly.io/docs/flyctl/machine/)
25
-
*[orgs](https://fly.io/docs/flyctl/orgs/)
26
-
*[platform](https://fly.io/docs/flyctl/platform/)
27
-
*[secrets](https://fly.io/docs/flyctl/secrets/)
28
-
*[status](https://fly.io/docs/flyctl/status/)
29
-
*[volumes](https://fly.io/docs/flyctl/volumes/)
22
+
*[apps](https://fly.io/docs/flyctl/apps/) - Manage Fly applications. A Fly App is an abstraction for a group of Fly Machines running your code on Fly.io.
23
+
*[certs](https://fly.io/docs/flyctl/certs/) - Manage the certificates associated with a deployed application.
24
+
*[logs](https://fly.io/docs/flyctl/logs/) - View application logs as generated by the application running on the Fly platform.
25
+
*[machine](https://fly.io/docs/flyctl/machine/) - Manage Fly Machines. Fly Machines are super-fast, lightweight VMs that can be created, and then quickly started and stopped as needed with flyctl commands or with the Machines REST fly.
26
+
*[orgs](https://fly.io/docs/flyctl/orgs/) - Manage Fly organizations. Organization admins can also invite or remove users from organizations.
27
+
*[platform](https://fly.io/docs/flyctl/platform/) - Information about the Fly platform
28
+
*[secrets](https://fly.io/docs/flyctl/secrets/) - Manage secrets. Secrets are provided to applications at runtime as ENV variables.
29
+
*[status](https://fly.io/docs/flyctl/status/) - Show the application’s current status including application details, tasks, most recent deployment details and in which regions it is currently allocated.
30
+
*[volumes](https://fly.io/docs/flyctl/volumes/) - Manage Fly Volumes. Volumes are persistent storage for Fly Machines.
0 commit comments