Skip to content
Cursor

Swagger MCP Bridge for Cursor

io.github.neo1228/swagger-mcp-bridge

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

client:Cursor transport:stdio runtime:oci

Install Swagger MCP Bridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Swagger MCP Bridge in other clients