MCP STDIO to SSE Wrapper
@Macmee
关于 MCP STDIO to SSE Wrapper
A wrapper to convert MCP STDIO servers to SSE
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-stdio-to-sse-wrapper": {
"command": "docker",
"args": [
"run",
"--rm",
"-it",
"-p",
"8080:8080",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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).
开发工具 分类下的更多 MCP 服务器
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
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
评论