Skip to main content
Glama

File Converter MCP Server

by wowyuarm
MIT License
12
  • Linux
  • Apple
# Based on official Python image FROM python:3.11-slim # Install system dependencies RUN apt-get update && \ apt-get install -y --no-install-recommends \ build-essential \ libglib2.0-0 \ libsm6 \ libxext6 \ libxrender-dev \ libmagic1 \ wkhtmltopdf \ libreoffice \ && rm -rf /var/lib/apt/lists/* # Set working directory WORKDIR /app # Copy project files COPY . /app # Install Python dependencies RUN pip install --upgrade pip RUN pip install uv RUN uv sync # Expose port (if running a web service) EXPOSE 8000 # Startup command (customize as needed) CMD ["uvicorn", "file_converter_server:app", "--host", "0.0.0.0", "--port", "8000"]

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/wowyuarm/file-converter-mcp'

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