Skip to main content
Glama

Corporate LXP MCP

Dockerfile580 B
# Corporate LXP MCP Platform Dockerfile FROM python:3.11-slim WORKDIR /app # Install system dependencies RUN apt-get update && apt-get install -y \ gcc \ && rm -rf /var/lib/apt/lists/* # Copy requirements and install Python dependencies COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy application code COPY . . # Set PYTHONPATH environment variable ENV PYTHONPATH=/app # Install the package in development mode RUN pip install -e . # Expose ports EXPOSE 9000 9001 # Default command CMD ["python", "-m", "corporate_lxp_mcp.main"]

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/karthikrajkumar/corporate_lxp_mcp'

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