Skip to main content
Glama

Documentation Search MCP Server

manage_dev_environment

Set up and manage local development environments using Docker Compose by specifying services like PostgreSQL or Redis. Provides clear steps for project configuration.

Instructions

Manages local development environments using Docker Compose. Args: service: The service to set up (e.g., 'postgres', 'redis'). project_path: The path to the project directory. Returns: A confirmation message with the next steps.

Input Schema

NameRequiredDescriptionDefault
project_pathNo.
serviceYes

Input Schema (JSON Schema)

{ "properties": { "project_path": { "default": ".", "title": "Project Path", "type": "string" }, "service": { "title": "Service", "type": "string" } }, "required": [ "service" ], "title": "manage_dev_environmentArguments", "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/anton-prosterity/documentation-search-mcp'

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