Overview
Features
Devcontainer generation from devcontainer.json
Generates and configures development containers directly from devcontainer.json configuration files via the MCP server.
Multi-transport MCP server
Supports STDIO, Server-Sent Events (SSE), and streamable HTTP transports for client communication.
Devcontainers/CLI integration
Built on the devcontainers/cli, leveraging its tooling to create and manage development containers.
devcontainer_up
Initializes and starts a devcontainer environment in the specified workspace folder, returning startup information.
devcontainer_run_user_commands
Executes user-defined postCreateCommand and postStartCommand scripts inside the devcontainer.
devcontainer_exec
Runs a custom shell command inside the devcontainer workspace.
devcontainer_cleanup
Cleans up all devcontainer environments by issuing Docker commands.
devcontainer_workspace_folders
Finds all workspace folders under a root path containing a devcontainer configuration.
Who Is This For?
- Developers:Generate and configure devcontainers from devcontainer.json using MCP server in local or remote environments.
- DevOps:Automate and manage container environments for CI/CD with multiple transport options.
- Codespaces:Trial MCP server in GitHub Codespaces without local Docker setup for quick experimentation and testing.




