Skip to content

Swagger MCP Bridge for Zed

io.github.neo1228/swagger-mcp-bridge

Spring Boot example that exposes SpringDoc OpenAPI operations as safe MCP tools.

client:Zed transport:stdio runtime:oci

Install Swagger MCP Bridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "swagger-mcp-bridge": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/neo1228/swagger-mcp-bridge-example:0.1.0"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Swagger MCP Bridge in other clients