An MCP server that bridges OpenAPI specifications to MCP tools - scan a folder for spec files and automatically generate corresponding tools
{
"mcpServers": {
"iflowspecbridge": {
"command": "npx",
"args": [
"-y",
"@iflow-mcp/specbridge"
]
}
}
}