Skip to main content
Glama

MCP Devcontainers

by crunchloop

devcontainer_exec

Run custom shell commands or scripts directly within a specified devcontainer workspace folder. Simplify execution of development tasks by leveraging the containerized environment context.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
commandYes
outputFilePathNo
workspaceFolderYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "items": { "type": "string" }, "type": "array" }, "outputFilePath": { "type": "string" }, "workspaceFolder": { "type": "string" } }, "required": [ "workspaceFolder", "command" ], "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