Swagger MCP Bridge

Turn any SpringDoc-powered Spring Boot API into a production-ready MCP gateway.

People who work with api gateway, java 17 and openapi and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Java.

VERIFIED ACTIVE

LAST COMMIT 2026-08-02 · ★ 4 · #255 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

Apache-2.0 · Java · how we verify → /methodology

01 · Install Swagger MCP Bridge

Docker

docker run -i --rm ghcr.io/neo1228/swagger-mcp-bridge-example:0.1.0

Claude Desktop - add to config

{
  "mcpServers": {
    "neo1228-spring-boot-starter-swagger-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/neo1228/swagger-mcp-bridge-example:0.1.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.Neo1228 is GitHub-verified and matches the repo owner

03 · Who maintains Swagger MCP Bridge

Swagger MCP Bridge is maintained by neo1228. It's the only MCP server we track from this author; the repo dates to Feb 2026.

04 · Facts

category
API integration - ranked #255 of 278 actively-maintained API integration servers as of 2026-09-18.
registry
io.github.Neo1228/swagger-mcp-bridge (active, first published 2026-05-03)
packages
oci:ghcr.io/neo1228/swagger-mcp-bridge-example:0.1.0

05 · Swagger MCP Bridge FAQ

What is Swagger MCP Bridge?

Turn any SpringDoc-powered Spring Boot API into a production-ready MCP gateway.

Is Swagger MCP Bridge still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-02. We re-verify nightly.

How do I install Swagger MCP Bridge?

Run `docker run -i --rm ghcr.io/neo1228/swagger-mcp-bridge-example:0.1.0`. You can also paste the ready-made client config above.

06 · Alternatives to Swagger MCP Bridge