arcade-mcp/examples/serving_tools/docker
Eric Gustin d7107c107d
Update examples (#601)
* Reorganize the examples folder
* Add two mcp server examples. A local filesystem server and a simple
'starter' server.
2025-10-03 17:37:22 -07:00
..
Dockerfile Update examples (#601) 2025-10-03 17:37:22 -07:00
README.md Update examples (#601) 2025-10-03 17:37:22 -07:00
toolkits.txt Update examples (#601) 2025-10-03 17:37:22 -07:00

Custom Worker Image

This example shows how to build a custom worker image with toolkits.

Requirements

  • Docker

Build

docker build -t custom-worker:0.1.0 .

Run

docker run -p 8002:8002 custom-worker:0.1.0

Change the Toolkits

To change the toolkits, edit the toolkits.txt file.

arcade-gmail==0.1.0
arcade-firecrawl==0.1.0
arcade-zoom==0.1.2
...