MCP STDIO to SSE Wrapper
@Macmee
About MCP STDIO to SSE Wrapper
A wrapper to convert MCP STDIO servers to SSE
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-stdio-to-sse-wrapper": {
"command": "docker",
"args": [
"run",
"--rm",
"-it",
"-p",
"8080:8080",
"\\"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP STDIO to SSE Wrapper?
MCP STDIO to SSE Wrapper is a Docker container that converts any stdio-based Model Context Protocol (MCP) server into an SSE (Server-Sent Events) interface. It is designed for developers who need to deploy MCP servers behind HTTP endpoints.
How to use MCP STDIO to SSE Wrapper?
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.
Key features of MCP STDIO to SSE Wrapper
- 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
Use cases of MCP STDIO to SSE Wrapper
- Expose a local stdio MCP server over HTTP for remote client access
- Deploy MCP servers in Kubernetes clusters with HTTP endpoints
- Integrate MCP servers into web-based applications via SSE
- Simplify MCP server deployment by wrapping with a container
FAQ from MCP STDIO to SSE Wrapper
What dependencies or runtime does MCP STDIO to SSE Wrapper require?
It requires Docker to run the container. No additional runtime or Node.js/Python installation is needed on the host.
What transports does MCP STDIO to SSE Wrapper support?
It wraps stdio-based MCP servers and exposes them over SSE (Server-Sent Events) with configurable paths for SSE connections and message processing.
Where does the data live when using MCP STDIO to SSE Wrapper?
Data is processed in-memory within the container; the server and wrapper do not persist data unless the wrapped MCP server does so externally.
Are there known limits of MCP STDIO to SSE Wrapper?
The README does not list explicit limits; performance depends on the wrapped MCP server and network conditions.
How do I customize the MCP server that gets wrapped?
Set the MCP_SERVER_TO_WRAP environment variable to the command for your Node.js or Python MCP server (e.g., npx @modelcontextprotocol/server-some-other-mcp or uv run mcp-server-name).
Frequently asked questions
What dependencies or runtime does MCP STDIO to SSE Wrapper require?
It requires Docker to run the container. No additional runtime or Node.js/Python installation is needed on the host.
What transports does MCP STDIO to SSE Wrapper support?
It wraps stdio-based MCP servers and exposes them over SSE (Server-Sent Events) with configurable paths for SSE connections and message processing.
Where does the data live when using MCP STDIO to SSE Wrapper?
Data is processed in-memory within the container; the server and wrapper do not persist data unless the wrapped MCP server does so externally.
Are there known limits of MCP STDIO to SSE Wrapper?
The README does not list explicit limits; performance depends on the wrapped MCP server and network conditions.
How do I customize the MCP server that gets wrapped?
Set the `MCP_SERVER_TO_WRAP` environment variable to the command for your Node.js or Python MCP server (e.g., `npx @modelcontextprotocol/server-some-other-mcp` or `uv run mcp-server-name`).
Basic information
More Developer Tools MCP servers
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.
Comments