Skip to main content
Glama
Dockerfile384 B
FROM python:3.11-slim # Security: non-root user RUN adduser --disabled-password --gecos "" appuser WORKDIR /app ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 COPY pyproject.toml /app/ RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir . COPY src /app/src COPY .env.example /app/.env.example USER appuser EXPOSE 8000 ENTRYPOINT ["vsphere-mcp-pro"]

Latest Blog Posts

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/Warezloder/vSphere-MCP-Pro'

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