Skip to main content
Glama

MCP Devcontainers

by crunchloop

devcontainer_run_user_commands

Execute user-defined setup and initialization scripts in a development container for a specified workspace folder, ensuring required commands run after the container starts.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
outputFilePathNo
workspaceFolderYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outputFilePath": { "type": "string" }, "workspaceFolder": { "type": "string" } }, "required": [ "workspaceFolder" ], "type": "object" }

Other Tools from MCP Devcontainers

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crunchloop/mcp-devcontainers'

If you have feedback or need assistance with the MCP directory API, please join our Discord server