About
Overview
The Fly.io MCP Server enables AI agents to manage applications on Fly.io's global edge compute platform. It provides tools for deploying apps, managing machines, scaling resources, viewing logs, and configuring secrets.
Capabilities
Tools & Capabilities
⚡list_apps
List all Fly.io applications
⚡deploy
Deploy an application
⚡list_machines
List machines for an app
⚡scale
Scale an app's machines
⚡get_logs
Get application logs
⚡set_secret
Set an app secret
Setup
Installation
bash
Install
npx -y mcp-server-flyExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"fly": {
"command": "npx",
"args": ["-y", "mcp-server-fly"],
"env": {
"FLY_API_TOKEN": "your-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 60
Last UpdatedFeb 12, 2026