drio
Open app

SuperGateway 介绍

Source

Run MCP stdio servers over SSE and SSE over stdio. AI gateway.

Catalog onlyCatalog onlySTDIO

Overview

SuperGateway is a gateway tool that converts standard input/output (stdio) into Server-Sent Events (SSE), allowing you to run Model Context Protocol (MCP) servers over SSE for remote access.

To use SuperGateway, build the project using Maven, then run the application with the appropriate command-line options to set up the stdio to SSE conversion.

  • Converts stdio-based MCP servers to SSE services - Supports multiple client connections simultaneously - Automatically recognizes and forwards JSON formatted output - CORS support - Health check endpoint - Configurable log levels
  1. Running MCP servers that require remote access via SSE.
  2. Integrating with web applications that need real-time data updates.
  3. Facilitating communication between different services using JSON messages.

Add to your AI client

Use these steps to connect SuperGateway 介绍 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "supergateway-coding-alt": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-supergateway-coding-alt"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "supergateway-coding-alt": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-supergateway-coding-alt"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "supergateway-coding-alt": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-supergateway-coding-alt"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "supergateway-coding-alt": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-supergateway-coding-alt"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "supergateway-coding-alt": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-supergateway-coding-alt"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "supergateway-coding-alt": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-supergateway-coding-alt"
      ]
    }
  }
}

FAQ

What are the system requirements for SuperGateway?

Java 17 or higher and Maven 3.6 or higher are required.

Can I run multiple instances of SuperGateway?

Yes, you can run multiple instances by specifying different ports for each instance.

How do I check if the service is running?

You can use the health check endpoint to verify if the service is operational.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3251,"uuid":"7ea2c581-70d0-42ab-bc52-1a57f278316e","name":"supergateway","title":"SuperGateway 介绍","description":"Run MCP stdio servers over SSE and SSE over stdio. AI gateway.","avatar_url":"https://avatars.githubusercontent.com/u/8027419?v=4","created_at":"2025-03-18T12:03:17.289Z","updated_at":"2025-03-18T14:59:59.104Z","status":"created","author_name":"coding-alt","author_avatar_url":"https://avatars.githubusercontent.com/u/8027419?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/coding-alt/supergateway","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Java\",\"is_official\":false,\"latest_commit_time\":\"2025-03-19 09:25:16\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]