MCP server

Fly.io
MCPOfficial flyctl MCP. Machines and volumes.
Fly’s own MCP inside flyctl. The same CLI you already use to launch machines.
latest·Apache-2.0·Updated this quarter·github.com/superfly/flyctl·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"fly": {
"command": "flyctl",
"args": [
"mcp",
"server"
]
}
}
}By Fly.io
Spec
What the server actually exposes.
apps
readApps in the org.
status
readMachines and allocs.
volumes
readVolumes on an app.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
fly-mcp.mcp/tools
Tools
- read
apps
Apps in the org.
- read
status
Machines and allocs.
- read
volumes
Volumes on an app.
Last call
{ "ok": true,
"tool": "apps",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
