Skip to main content
Glama
500,103 tools. Updated 2026-08-31 14:15

"Devbox" matching MCP tools:

  • Suspend a devbox to preserve disk state, stopping running processes. Restart background processes after resuming.
    MIT
  • Retrieve details for a specific devbox using its ID, including status, configuration, and resources. Use this to inspect a Linux sandbox before managing it.
    MIT
  • Reactivate a suspended devbox to regain access to your Linux sandbox and continue working without losing your environment.
    MIT
  • Retrieve disk snapshots, optionally filtered by devbox, to review backup states and choose a restore point.
    MIT
  • Shut down a devbox by providing its ID to release resources and halt processes. Optionally force termination when the devbox is busy.
    MIT
  • Create a Runloop Devbox to provision a Linux sandbox with custom resources, environment variables, and startup commands for development.
    MIT

Matching MCP Servers

  • Retrieve file contents from a Linux devbox sandbox by providing the devbox ID and absolute file path. Use this to inspect configuration, logs, or scripts inside your Runloop environment.
    MIT
  • Run a shell command on a devbox and block until completion. Reuse a named shell for stateful sessions that preserve environment and working directory.
    MIT
  • Write new files or overwrite existing ones on a devbox by providing the file path and contents. The full contents are written atomically to ensure consistency.
    MIT
  • Capture a devbox's current state as a disk snapshot and recreate it later using the returned snapshot ID.
    MIT
  • Create or reconnect to an interactive PTY session on a devbox, returning a WebSocket URL for sending commands. Reusing a session name resumes the same live session.
    MIT
  • Rename a devbox or replace its metadata to keep sandbox information current. Modify these fields without recreating the environment.
    MIT