Skip to main content
Glama

Unrestricted Development MCP Server

docker_compose_up

Start and run Docker containers from your docker-compose.yml file to launch development environments and services with options for background operation, selective services, and custom compose files.

Instructions

Create and start containers defined in docker-compose.yml

Input Schema

NameRequiredDescriptionDefault
detachNoDetached mode: run in background
buildNoBuild images before starting
servicesNoOnly start specific services
fileNoPath to compose file (default: docker-compose.yml)
cwdNoWorking directory (where docker-compose.yml is located)

Input Schema (JSON Schema)

{ "properties": { "build": { "default": false, "description": "Build images before starting", "type": "boolean" }, "cwd": { "description": "Working directory (where docker-compose.yml is located)", "type": "string" }, "detach": { "default": true, "description": "Detached mode: run in background", "type": "boolean" }, "file": { "description": "Path to compose file (default: docker-compose.yml)", "type": "string" }, "services": { "description": "Only start specific services", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

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/ConnorBoetig-dev/mcp2'

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