Automatically generate RESTful API documentation with Swagger 2.0 for Go.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"swag": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-swag"
]
}
}
}