MCP Servers Server
Rank #42,087com.pulsemcp/fly-io
MCP server for managing Fly.io machines, apps, logs, and Docker images.
MCP Servers Server is a Model Context Protocol (MCP) server published by pulsemcp. It ranks #42,087 of 115,460 servers tracked on MCP Toplist, and its repository has 80 GitHub stars. MCP Servers Server is listed on Official MCP, with 1 tracked version. It was first listed on May 18, 2026 and most recently updated on May 18, 2026.
Ranks ahead of 73,373 of 115,460 servers on MCP Toplist.
Use MCP Servers Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add fly-io -e "FLY_IO_API_TOKEN=<your FLY_IO_API_TOKEN>" -e "FLY_IO_APP_NAME=<your FLY_IO_APP_NAME>" -e "ENABLED_TOOLGROUPS=<your ENABLED_TOOLGROUPS>" -e "SKIP_HEALTH_CHECKS=<your SKIP_HEALTH_CHECKS>" -e "DISABLE_DOCKER_CLI_TOOLS=<your DISABLE_DOCKER_CLI_TOOLS>" -- npx -y fly-io-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.fly-io]
command = "npx"
args = ["-y", "fly-io-mcp-server"]
[mcp_servers.fly-io.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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": "<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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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": "<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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fly-io": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fly-io-mcp-server"
],
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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": "<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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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": "<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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.pulsemcp%2Ffly-io)<a href="https://mcptoplist.com/server/com.pulsemcp%2Ffly-io"><img src="https://mcptoplist.com/badge/com.pulsemcp%2Ffly-io.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
pulsemcp
Available versions (1)
| Version | Published |
|---|---|
| 0.1.6 | May 18, 2026 |
Frequently asked questions
- Who maintains MCP Servers Server?
- MCP Servers Server is maintained by pulsemcp, which publishes 36 MCP servers (35 total versions) tracked on MCP Toplist.
- Is MCP Servers Server listed on the Official MCP Registry?
- Yes — MCP Servers Server is listed on the Official MCP Registry.
- How many versions does MCP Servers Server have?
- MCP Toplist tracks 1 version of MCP Servers Server, most recently published on May 18, 2026.
- Where can I find the source code for MCP Servers Server?
- The source code for MCP Servers Server is hosted at github.com/pulsemcp/mcp-servers.