Labsco
JHSeo-git logo

My First MCP

โ˜… 1

from JHSeo-git

A Model Context Protocol server implemented in Node.js with Docker support.

๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

my-first-mcp

Runner

stdio

docker build -t my-first-mcp-stdio .
# docker build --platform linux/amd64 -t aoaiaiplayground.azurecr.io/mcp/my-first-mcp-stdio .
# docker buildx build --platform linux/amd64,linux/arm64 -t aoaiaiplayground.azurecr.io/mcp/my-first-mcp-stdio --push .
docker run -i --rm  my-first-mcp-stdio

stdio -> sse

docker build -t my-first-mcp-gateway -f Dockerfile.sse .
docker run --rm -p 8181:8000 my-first-mcp-gateway