Cloudflare Containers

Container sandbox management.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • 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

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Container sandbox management. Spin up isolated development environments on Cloudflare.

Список инструментов сервера (7)

Технические названия из tools/list. Нужны только разработчикам.

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: подключить к Claude, ChatGPT, Cursor · Connectors.fun