MCP server for devcontainer to generate and configure development containers directly from devcontainer.json configuration files using devcontainers/cli tools.
Initializes and starts a devcontainer environment in the specified workspace folder.
Executes user-defined postCreateCommand and postStartCommand scripts within the devcontainer for the specified workspace.
Runs a custom shell command inside the devcontainer for the specified workspace.
Runs docker command to cleanup all devcontainer environments.
Runs docker command to list all devcontainer environments.
Runs find command to get all workspace folders with devcontainer config.
{
"mcpServers": {
"Devcontainer": {
"command": "npx",
"args": ["mcp-remote", "https://your-domain/mcp"]
}
}
}