4,500+ servers built on MCP Fusion
Vinkius
Fly.io Extended logo
Vinkius
CrewAI logo

How to Use the Fly.io Extended MCP in CrewAI

Deploy a team of autonomous SRE agents to manage your Fly.io Extended infrastructure using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Fly.io Extended MCP on Cursor AI Code Editor MCP Client Fly.io Extended MCP on Claude Desktop App MCP Integration Fly.io Extended MCP on OpenAI Agents SDK MCP Compatible Fly.io Extended MCP on Visual Studio Code MCP Extension Client Fly.io Extended MCP on GitHub Copilot AI Agent MCP Integration Fly.io Extended MCP on Google Gemini AI MCP Integration Fly.io Extended MCP on Lovable AI Development MCP Client Fly.io Extended MCP on Mistral AI Agents MCP Compatible Fly.io Extended MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Fly.io Extended MCP to CrewAI

Create your Vinkius account to connect Fly.io Extended to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Provision Apps and Compute in Teams

`create_app` registers new application namespaces on the Fly.io platform. Within a CrewAI team, a developer agent can request a new environment, prompting the SRE agent to execute this tool. Once the app exists, `create_machine` deploys the actual microVMs running your containerized code. The crew coordinates these steps, passing the newly generated app name from one agent to the next.

Manage Volumes via CrewAI Multi-Agent Crews

`list_volumes` scans your active Fly.io applications to audit disk usage across all regions. This MCP Server allows your crew to identify orphaned or over-provisioned storage. If an active volume is running out of space, `extend_volume` increases its size automatically. The SRE agent executes the expansion while a coordinator agent logs the change to your team's tracking system.

Recover Unhealthy Machines Autonomously

`list_machines` fetches the operational status of all microVMs running in a specific Fly.io app. Your CrewAI monitoring agent parses this data to detect crashed or unresponsive instances. When a failure is detected, `update_machine` or `start_machine` is called by the recovery agent to reboot the VM. This multi-agent collaboration resolves infrastructure outages without requiring human SRE intervention.

Setup guide

Set up Fly.io Extended MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Fly.io Extended tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Fly.io Extended Analyst",
    goal="Access and analyze Fly.io Extended data via MCP.",
    backstory="Expert analyst with direct Fly.io Extended access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Fly.io Extended transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 Extended MCP in CrewAI

Pass your Vinkius server URL directly into the `mcps` list when initializing your CrewAI agents. For advanced setups, import `MCPServerHTTP` from `crewai.mcp` and use a tool filter to restrict which agents can execute destructive actions.
Yes, your planner agent can design the deployment sequence, while the operator agent calls `create_volume` and `create_machine` in order. They share memory to ensure the volume is fully provisioned before the machine attempts to mount it.
You should configure hard execution limits and token caps on your CrewAI agents. This prevents a misbehaving agent from calling `create_machine` repeatedly in an infinite loop and running up your Fly.io bill.
Absolutely, your security agent can call `list_certificates` to audit your domains, and then use `check_certificate` to confirm validation status. If a certificate is missing, the agent can call `create_acme_certificate` to resolve the issue.
Your Fly.io infrastructure metadata and access keys are shielded behind a secure token exchange layer managed entirely by Vinkius. CrewAI agents never interact with your raw credentials, receiving only the standard JSON payloads returned by the active tools.

Start using the Fly.io Extended MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 28 tools

We've already built the connector for Fly.io Extended. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 28 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.