flymcp

superfly/flymcp
★ 31 stars Go 🤖 AI/LLM Updated 23d ago
MCP server for Fly.io CLI integration with Claude Desktop
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flymcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/superfly/flymcp@latest"
      ]
    }
  }
}