Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by crunchloop • Tools & CLI
An MCP server that integrates with the devcontainers CLI to start, run, and execute commands inside development containers.
Start or initialize a devcontainer environment for a given workspace so development tasks and tooling are available.
Run user-defined postCreateCommand and postStartCommand scripts inside a devcontainer to perform setup and initialization.
Execute arbitrary shell commands inside a devcontainer to run tests, diagnostics, or custom scripts within the workspace environment.
This MCP server provides a simple stdio-based bridge between agents and the devcontainers CLI, allowing agents to start or initialize devcontainer environments, run user post-create/post-start scripts, and execute arbitrary shell commands inside a devcontainer. It requires Docker to be installed and uses the devcontainers CLI under the hood. The server exposes tools for bringing up containers, running setup commands, and executing commands in a workspace context, with optional output log file support.
Start or initialize a devcontainer environment in the specified workspace folder.Use this to ensure the devcontainer is running and ready for development tasks.
Run the user-defined postCreateCommand and postStartCommand scripts in the devcontainerfor the specified workspace folder. Use this to execute setup or initialization commandsafter the devcontainer starts.
Execute an arbitrary shell command inside the devcontainer for the specified workspace folder.Use this to run custom commands or scripts within the devcontainer context.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.