Dockerfile for pydantic's mcp-run
Run the server:
docker compose up
This will expose the server on port 127.0.0.1:8000
on your host machine.
You can then connect to the server from your mcp client using the following URL:
http://127.0.0.1:8000/sse
I would suggest using wong2/mcp-cli to connect to the server.
npx wong2/mcp-cli --sse http://127.0.0.1:8000/sse
MIT