Skip to main content
Glama

MCP Devcontainers

by crunchloop

devcontainer_up

Initialize and start a devcontainer environment in a specified workspace folder to prepare for development tasks. Ensures the container is running and ready.

Instructions

Start or initialize a devcontainer environment in the specified workspace folder.Use this to ensure the devcontainer is running and ready for development tasks.

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