MCP Everything Server
by tzolov
This is a Docker image for the MCP Everything server, which utilizes SSE transport. It supports multi-architecture builds for both arm64 and amd64 platforms.
Last updated: N/A
What is MCP Everything Server?
The MCP Everything server is a server application that utilizes the Model Context Protocol (MCP). This Docker image provides a convenient way to run the server with SSE transport.
How to use MCP Everything Server?
To use this server, first build and push the multi-architecture Docker image using Docker Buildx as described in the README. Then, run the image using docker run -p 3001:3001 --rm -it tzolov/mcp-everything-server:v1
. You can also debug the image by running it with a bash entry point.
Key features of MCP Everything Server
Dockerized
Multi-architecture support (arm64, amd64)
SSE transport
Easy to deploy
Debuggable with bash entrypoint
Use cases of MCP Everything Server
Running MCP-based applications
Testing MCP integrations
Deploying MCP servers in different environments
Developing MCP clients
Experimenting with SSE transport
FAQ from MCP Everything Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol.
What is SSE transport?
What is SSE transport?
SSE stands for Server-Sent Events, a server push technology enabling real-time data streaming.
How do I verify the multi-architecture image?
How do I verify the multi-architecture image?
Use docker manifest inspect tzolov/mcp-everything-server:v1
and check for arm64 and amd64 entries under manifests.
What port does the server run on?
What port does the server run on?
The server runs on port 3001.
Where can I find the source code for the MCP Everything server?
Where can I find the source code for the MCP Everything server?
The source code is available at https://github.com/modelcontextprotocol/servers/tree/main/src/everything