F
flyctl MCP server
Details
- Transport
- sse, streamable-http
- Docs
- https://fly.io/docs/mcp/flyctl-server/
Authentication
Fly.io access token
$ fly mcp server --access-token <token> + Fly.io access token env FLY_ACCESS_TOKEN discovered Create a token with flyctl after signing in. The easiest path is to install flyctl, run `fly auth login`, then mint a scoped token using `fly tokens create` such as fly tokens create deploy -a <app> or fly tokens create org -o <org>. The token docs are in Access Tokens.
Authentication: Bearer <credential>