Docker image for the MCP Everything server with SSE transport
@tzolov
关于 Docker image for the MCP Everything server with SSE transport
Docker image for the MCP everything server with SSE transport
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-everything-server-docker-image": {
"command": "docker",
"args": [
"buildx",
"version"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Docker image for the MCP Everything server with SSE transport?
A Docker image that packages the official MCP Everything server, supporting STDIO, SSE, and StreamableHttp transports. It defaults to the StreamableHttp transport and is based on the main branch of the MCP Everything source code as of April 9, 2025. The image is built for both arm64 and amd64 architectures.
How to use Docker image for the MCP Everything server with SSE transport?
Run the container with docker run -p 3001:3001 --rm -it tzolov/mcp-everything-server:v3 (defaults to StreamableHttp). To use a different transport, append the command: node dist/index.js stdio for STDIO or node dist/index.js sse for SSE. For debugging, override the entrypoint with --entrypoint bash.
Key features of Docker image for the MCP Everything server with SSE transport
- Multi-architecture image supporting linux/amd64 and linux/arm64.
- Supports STDIO, SSE, and StreamableHttp transports.
- Defaults to StreamableHttp transport.
- Based on official MCP Everything source code.
- Published as
tzolov/mcp-everything-server:v3on Docker Hub.
Use cases of Docker image for the MCP Everything server with SSE transport
- Testing MCP clients with different transport protocols.
- Deploying the MCP Everything server in containerized environments.
- Running the server on ARM-based hardware (e.g., Raspberry Pi) via multi-arch support.
- Quick setup for MCP development without building the server from source.
FAQ from Docker image for the MCP Everything server with SSE transport
What transports does the image support?
The image supports STDIO, SSE, and StreamableHttp transports. The default transport is StreamableHttp.
How do I run the image with a specific transport?
For STDIO: docker run -p 3001:3001 --rm -it tzolov/mcp-everything-server:v3 node dist/index.js stdio. For SSE: replace stdio with sse. For StreamableHttp, omit the transport argument.
How was the multi-architecture image built?
It was built using Docker Buildx with the command: docker buildx build --platform linux/amd64,linux/arm64 -t tzolov/mcp-everything-server:v3 --push .
What is the Docker image name and tag?
The image name is tzolov/mcp-everything-server with tag v3.
Can I debug inside the container?
Yes, use --entrypoint bash to start a shell inside the container for debugging.
云与基础设施 分类下的更多 MCP 服务器
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
评论