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_initializeStart 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_pingPing the container for liveliness. Use this tool to check if the container is running.
container_execRun 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_deleteDelete file in the working directory
container_file_writeCreate a new file with the provided contents in the working direcotry, overwriting the file if it already exists
container_files_listList working directory file tree. This just reads the contents of the current working directory
container_file_readRead 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.
Cloudflare Containers: connect to Claude, ChatGPT, Cursor · Connectors.fun