Swagger MCP Bridge for VS Code
io.github.neo1228/swagger-mcp-bridge
Spring Boot example that exposes SpringDoc OpenAPI operations as safe MCP tools.
client:VS Code
transport:stdio
runtime:oci
Install Swagger MCP Bridge in VS Code
.vscode/mcp.json
{
"servers": {
"swagger-mcp-bridge": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/neo1228/swagger-mcp-bridge-example:0.1.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs