I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

tzolov_mcp-tout-server-docker-image
Miroir dehttps: //github.com/tzolov/mcp-everything-server-docker-image
3 years
Works with Finder
0
Github Watches
1
Github Forks
0
Github Stars
Docker image for the MCP Everything server with SSE transport
MCP Everything server source code: https://github.com/modelcontextprotocol/servers/tree/main/src/everything
Image name: tzolov/mcp-everything-server:v1
Create a multi-architecture image supporting both arm64 and amd64.
Enable Docker Buildx
Buildx is an experimental Docker CLI feature for building multi-architecture images. It’s included by default in modern Docker versions.
Verify Buildx is installed:
docker buildx version
If not installed, update Docker or enable experimental features in your Docker config file.
Create a new builder instance:
docker buildx create --use --name multiarch-builder
docker buildx inspect --bootstrap
This sets up a Buildx builder that supports multi-architecture builds.
Build and Push Multi-Architecture Image
Use the following steps to build and push the image to Docker Hub:
Log in to Docker Hub (if not already logged in):
docker login
Build and push the image for multiple platforms:
docker buildx build --platform linux/amd64,linux/arm64 -t tzolov/mcp-everything-server:v1 --push .
This command: (1) Builds the image for amd64 and arm64; (2) Pushes the multi-architecture manifest to Docker Hub
Verify the Multi-Architecture Image
After pushing, confirm that the image supports multiple architectures:
Inspect the image manifest:
docker manifest inspect tzolov/mcp-everything-server:v1
Look for entries under manifests showing arm64 and amd64.
Run the image
docker run -p 3001:3001 --rm -it tzolov/mcp-everything-server:v1
Debug
Run the image using the bash entry point
docker run -p 3001:3001 --rm -it --entrypoint bash tzolov/mcp-everything-server:v1
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Professional Flask/SQLAlchemy code guide. Follow: https://x.com/navid_re
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Miroir dehttps: //github.com/bitrefill/bitrefill-mcp-server
Reviews

user_d8bRV90n
I've been using mcp-server by webstudian0 for a while now, and it's been a game changer. The interface is intuitive, and it seamlessly integrates with my existing systems. Performance is top-notch, and it offers fantastic scalability. Highly recommend it to anyone looking for a reliable server solution. Check it out [here](https://mcp.so/server/mcp-server/webstudian0)!