Cloudflare Containers
Container sandbox management.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Container Initialize: Start or restart the container. Use this tool to initialize a container before running any python or node.js code that the user requests ro run.
- Container Ping: Ping the container for liveliness. Use this tool to check if the container is running.
- Container Exec: Run a command in a container and return the results from stdout. If necessary, set a timeout. To debug, stream back standard error. If you're using python, ALWAYS use python3 alongside
What data it sees
Do you need an account
No: the server works without sign-in
Container sandbox management. Spin up isolated development environments on Cloudflare.
Server tool list (7)
Raw names from tools/list. Only developers need these.
| container_initialize | Start or restart the container. Use this tool to initialize a container before running any python or node.js code that the user requests ro run. |
| container_ping | Ping the container for liveliness. Use this tool to check if the container is running. |
| container_exec | Run a command in a container and return the results from stdout. If necessary, set a timeout. To debug, stream back standard error. If you're using python, ALWAYS use python3 alongside pip3 |
| container_file_delete | Delete file in the working directory |
| container_file_write | Create a new file with the provided contents in the working direcotry, overwriting the file if it already exists |
| container_files_list | List working directory file tree. This just reads the contents of the current working directory |
| container_file_read | Read a specific file or directory. Use this tool if you would like to read files or display them to the user. This allow you to get a displayable image for the user if there is an image file. |