fly mcp server

[experimental] Start a flyctl MCP server

Usage

fly mcp server [flags]

Options

  -b, --bind-addr string     Local address to bind to (default "127.0.0.1")
      --claude               Add flyctl MCP server to the Claude client configuration
      --config stringArray   Path to the MCP client configuration file (can be specified multiple times)
      --cursor               Add flyctl MCP server to the Cursor client configuration
  -h, --help                 help for server
  -i, --inspector            Launch MCP inspector: a developer tool for testing and debugging MCP servers
      --neovim               Add flyctl MCP server to the Neovim client configuration
      --port int             Port to run the MCP server on (default is 8080) (default 8080)
      --server string        Name to use for the MCP server in the MCP client configuration
      --sse                  Enable Server-Sent Events (SSE) for MCP commands
      --stream               Enable HTTP streaming output for MCP commands
      --vscode               Add flyctl MCP server to the VS Code client configuration
      --windsurf             Add flyctl MCP server to the Windsurf client configuration
      --zed                  Add flyctl MCP server to the Zed client configuration

Global Options

  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output

See Also

  • fly mcp - flyctl Model Context Protocol.