MCP STDIO to SSE Wrapper

by Macmee

194 downloads
Not rated
GitHub

About

A wrapper to convert MCP STDIO servers to SSE

Details

Author
Macmee
Downloads
194
Categories
Developer Tools

- Converts any stdio-based MCP server to SSE interface
- Works with both Node.js and Python-based MCP servers
- Customizable port, SSE path, and message path
- Ready to use with Kubernetes
- Available as a Docker image on Docker Hub

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP STDIO to SSE Wrapper
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run the Docker image with environment variables specifying the MCP server command, port, and paths. For example, docker run --rm -it -p 8080:8080 -e BRAVE_API_KEY="your-api-key" macmee/mcp-stdio-to-sse-wrapper wraps the Brave Search MCP server by default. Alternatively, set the MCP_SERVER_TO_WRAP variable to any Node.js or Python MCP server command.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp stdio to sse wrapper": {
            "mcp-stdio-to-sse-wrapper": {
                "command": "docker",
                "args": [
                    "run",
                    "--rm",
                    "-it",
                    "-p",
                    "8080:8080",
                    "\\"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-stdio-to-sse-wrapper": {
        "command": "docker",
        "args": [
            "run",
            "--rm",
            "-it",
            "-p",
            "8080:8080",
            "\\"
        ]
    }
}

MCP STDIO to SSE Wrapper

A Docker container that wraps any Model Context Protocol (MCP) server with an SSE interface.

Features

- Converts any stdio-based MCP server to an SSE interface
- Works with both Node.js and Python-based MCP servers
- Customizable port, SSE path, and message path
- Ready to use with Kubernetes

Docker Image

Available on Docker Hub: macmee/mcp-stdio-to-sse-wrapper

Usage

Basic Usage with Brave Search

docker run --rm -it -p 8080:8080 \
  -e BRAVE_API_KEY="your-api-key" \
  macmee/mcp-stdio-to-sse-wrapper

With Other MCP Servers

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.