com.pulsemcp/fly-io
MCP server for managing Fly.io machines, apps, logs, and Docker images.
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"fly-io": {
"command": "npx",
"args": [
"-y",
"fly-io-mcp-server"
],
"env": {
"FLY_IO_API_TOKEN": "<your-fly_io_api_token>",
"FLY_IO_APP_NAME": "<fly_io_app_name>",
"ENABLED_TOOLGROUPS": "<enabled_toolgroups>",
"SKIP_HEALTH_CHECKS": "false",
"DISABLE_DOCKER_CLI_TOOLS": "false"
}
}
}
}{
"mcpServers": {
"fly-io": {
"command": "npx",
"args": [
"-y",
"fly-io-mcp-server"
],
"env": {
"FLY_IO_API_TOKEN": "<your-fly_io_api_token>",
"FLY_IO_APP_NAME": "<fly_io_app_name>",
"ENABLED_TOOLGROUPS": "<enabled_toolgroups>",
"SKIP_HEALTH_CHECKS": "false",
"DISABLE_DOCKER_CLI_TOOLS": "false"
}
}
}
}npx -y fly-io-mcp-serverFLY_IO_API_TOKENAPI 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.
docker-helper-ai-mcp MCP server by MEOK AI Labs
Structured Docker operations (ps, images, logs, build) as typed JSON.
Pare Docker ג€” Structured Docker operations (ps, images, logs, build, compose) as typed JSON.