Generate runnable MCP servers from Swagger/OpenAPI specifications using the mcp-swagger-cli tool inside Docker. Use when the user wants to turn any REST API into an MCP server, integrate a third-party API into an agent workflow, or generate MCP tools from an OpenAPI/Swagger spec (JSON or YAML, local file or URL).
$npx -y skills add jnotsknab/mux-swarm --skill mcp-swaggerInstalls into the current project.
Run `npx skills use "https://github.com/jnotsknab/mux-swarm" --skill "jnotsknab/mux-swarm/mcp-swagger"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jnotsknab/mux-swarm" that are relevant to the current task. Run `npx skills add "https://github.com/jnotsknab/mux-swarm"` and select the relevant skills, then follow their instructions.