Skip to main content
Glama

Code MCP Server

by block

generate_docker_compose

Create a Docker Compose file template by specifying service names and including optional database services like PostgreSQL and Redis.

Instructions

Generate a Docker Compose file template

Input Schema

NameRequiredDescriptionDefault
include_databaseNoInclude database services (PostgreSQL, Redis)
servicesYesList of service names to include

Input Schema (JSON Schema)

{ "properties": { "include_database": { "description": "Include database services (PostgreSQL, Redis)", "type": "boolean" }, "services": { "description": "List of service names to include", "items": { "type": "string" }, "type": "array" } }, "required": [ "services" ], "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/block/vscode-mcp'

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