F

flyctl MCP server

MCP discovered

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
Fly.io access token bearer Get token ↗

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.

Fly.io access token bearer discovered Get token ↗
Authentication: Bearer <credential>