Loading MCP server directory, please wait...
MCP server for managing Fly.io machines, apps, logs, and Docker images.
npx @getmcp/cli add com.pulsemcp/fly-ioRequires Node.js 18+. Community-contributed server. Review source before installing.
FLY_IO_API_TOKENAPI token for Fly.io authentication.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/fly-io": {
"command": "npx",
"args": [
"-y",
"-y",
"fly-io-mcp-server"
],
"env": {
"FLY_IO_API_TOKEN": "",
"FLY_IO_APP_NAME": "",
"ENABLED_TOOLGROUPS": "",
"SKIP_HEALTH_CHECKS": "false",
"DISABLE_DOCKER_CLI_TOOLS": "false"
}
}
}
}