File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,17 @@ fly mcp server [flags]
9
9
## Options
10
10
11
11
~~~
12
+ -b, --bind-addr string Local address to bind to (default "127.0.0.1")
12
13
--claude Add flyctl MCP server to the Claude client configuration
13
14
--config stringArray Path to the MCP client configuration file (can be specified multiple times)
14
15
--cursor Add flyctl MCP server to the Cursor client configuration
15
16
-h, --help help for server
16
17
-i, --inspector Launch MCP inspector: a developer tool for testing and debugging MCP servers
17
18
--neovim Add flyctl MCP server to the Neovim client configuration
19
+ --port int Port to run the MCP server on (default is 8080) (default 8080)
18
20
--server string Name to use for the MCP server in the MCP client configuration
21
+ --sse Enable Server-Sent Events (SSE) for MCP commands
22
+ --stream Enable HTTP streaming output for MCP commands
19
23
--vscode Add flyctl MCP server to the VS Code client configuration
20
24
--windsurf Add flyctl MCP server to the Windsurf client configuration
21
25
--zed Add flyctl MCP server to the Zed client configuration
You can’t perform that action at this time.
0 commit comments