fly auth signup or fly auth login.
The first step is intended to be run in an empty directory.
Create your app
Create a Dockerfile with the following contents:--name, --org, and --flycast.
Review and accept the defaults.
The Dockerfile will be build, and the resulting image will be pushed and deployed. In the process, a volume will be allocated and both a shared ipv4 and a dedicated ipv6 address will be allocated.
Your configuration will be found in fly.toml.
If you make any change to your Dockerfile or fly.toml, run fly deploy to apply the changes.
Accessing the MCP via an inspector
As the MCP inspector is a Node.js application, you need to Download and install Node.js first. MacOS users can use
brew install node.Configure your LLM
Here’s an exampleclaude_desktop_config.json: