How to Use the Fly.io MCP in Cursor
Generate code that interacts with real Fly.io infrastructure using Cursor Agent mode and MCP.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Fly.io MCP to Cursor
Create your Vinkius account to connect Fly.io to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build real-time scaling code in Cursor
This Fly.io MCP Server connects Cursor directly to your active Fly Machines. When writing auto-scaling scripts, the Cursor editor uses `create_machine` to generate code that provisions physical Firecracker VMs in real-time. Your editor injects actual Fly.io API payloads into your files, completely skipping placeholder mock data. You test the integration by asking Cursor to scale down the fleet, which triggers `stop_machine` on idle Fly Machines. Cursor updates your configuration files based on the actual JSON responses returned by the live Fly.io control plane.
Debug live container states inside Cursor
The `get_machine` tool feeds live Fly Machine diagnostics directly into your Cursor editor. If your local code behaves differently than the Fly.io edge deployment, you ask the Cursor editor to compare the two environments. Cursor pulls the active Docker image digest and current execution state of your Fly Machine to pinpoint the discrepancy. To run deeper runtime checks, Cursor triggers `exec_machine` to execute diagnostic commands inside the active container. The output displays directly in your Cursor sidebar, allowing you to patch the code and deploy the fix immediately.
Map persistent storage volumes within Cursor
The `list_volumes` tool exposes your physical Fly.io NVMe drive configurations directly to your Cursor agent. When writing database migration scripts, the Cursor editor checks which volumes are attached to your Fly.io application. This prevents you from writing code that assumes ephemeral storage is persistent on Fly.io. By checking `get_app` alongside the volume list, the Cursor editor maps your internal Wireguard network ranges. You get precise, environment-aware code in Cursor that correctly addresses your stateful Fly.io database clusters.
Set up Fly.io MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Fly.io MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Fly.io transactions." If the MCP tools are loaded correctly, Cursor will call the Fly.io tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"flyio-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Fly.io. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Fly.io MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Fly.io MCP today
We host it, we monitor it, we maintain it. You just paste one token.