Swagger MCP Bridge✓
io.github.Neo1228/swagger-mcp-bridge · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Neo1228/swagger-mcp-bridge",
"description": "Spring Boot example that exposes SpringDoc OpenAPI operations as safe MCP tools.",
"title": "Swagger MCP Bridge",
"repository": {
"url": "https://github.com/Neo1228/spring-boot-starter-swagger-mcp",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/neo1228/swagger-mcp-bridge-example:0.1.0",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://localhost:8080/mcp"
},
"runtimeArguments": [
{
"value": "run",
"type": "positional"
},
{
"value": "--rm",
"type": "positional"
},
{
"value": "-p",
"type": "positional"
},
{
"value": "8080:8080",
"type": "positional"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}