What is the com.pulsemcp/fly-io MCP server?
MCP server for managing Fly.io machines, apps, logs, and Docker images.
How to install com.pulsemcp/fly-io
Copy-paste configuration for popular MCP clients.
FLY_IO_API_TOKENrequiredsecretAPI token for Fly.io authentication.
FLY_IO_APP_NAMEScope server to a single app (disables app management tools).
ENABLED_TOOLGROUPSComma-separated tool groups to enable (readonly, write, admin, apps, machines, logs, ssh, images, registry).
SKIP_HEALTH_CHECKSSkip API validation at startup.
DISABLE_DOCKER_CLI_TOOLSDisable Docker-based registry tools.
{
"mcpServers": {
"fly-io": {
"command": "npx",
"args": [
"-y",
"fly-io-mcp-server",
"-y"
],
"env": {
"FLY_IO_API_TOKEN": "<YOUR_FLY_IO_API_TOKEN>",
"FLY_IO_APP_NAME": "<YOUR_FLY_IO_APP_NAME>",
"ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>",
"SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>",
"DISABLE_DOCKER_CLI_TOOLS": "<YOUR_DISABLE_DOCKER_CLI_TOOLS>"
}
}
}
}{
"mcpServers": {
"fly-io": {
"command": "npx",
"args": [
"-y",
"fly-io-mcp-server",
"-y"
],
"env": {
"FLY_IO_API_TOKEN": "<YOUR_FLY_IO_API_TOKEN>",
"FLY_IO_APP_NAME": "<YOUR_FLY_IO_APP_NAME>",
"ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>",
"SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>",
"DISABLE_DOCKER_CLI_TOOLS": "<YOUR_DISABLE_DOCKER_CLI_TOOLS>"
}
}
}
}{
"mcpServers": {
"fly-io": {
"command": "npx",
"args": [
"-y",
"fly-io-mcp-server",
"-y"
],
"env": {
"FLY_IO_API_TOKEN": "<YOUR_FLY_IO_API_TOKEN>",
"FLY_IO_APP_NAME": "<YOUR_FLY_IO_APP_NAME>",
"ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>",
"SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>",
"DISABLE_DOCKER_CLI_TOOLS": "<YOUR_DISABLE_DOCKER_CLI_TOOLS>"
}
}
}
}{
"servers": {
"fly-io": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fly-io-mcp-server",
"-y"
],
"env": {
"FLY_IO_API_TOKEN": "<YOUR_FLY_IO_API_TOKEN>",
"FLY_IO_APP_NAME": "<YOUR_FLY_IO_APP_NAME>",
"ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>",
"SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>",
"DISABLE_DOCKER_CLI_TOOLS": "<YOUR_DISABLE_DOCKER_CLI_TOOLS>"
}
}
}
}claude mcp add fly-io --env FLY_IO_API_TOKEN=<YOUR_FLY_IO_API_TOKEN> --env FLY_IO_APP_NAME=<YOUR_FLY_IO_APP_NAME> --env ENABLED_TOOLGROUPS=<YOUR_ENABLED_TOOLGROUPS> --env SKIP_HEALTH_CHECKS=<YOUR_SKIP_HEALTH_CHECKS> --env DISABLE_DOCKER_CLI_TOOLS=<YOUR_DISABLE_DOCKER_CLI_TOOLS> -- npx -y fly-io-mcp-server -yRelated MCP servers
MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.
View repository →MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.
View repository →MCP server for Fetch Pet insurance claims management using Playwright automation.
View repository →MCP server for Google Cloud Storage with fine-grained tool access control.
View repository →MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.
View repository →MCP server for Good Eggs grocery shopping automation using Playwright.
View repository →