Skip to main content
Glama

File Convert MCP Server

by convertguru
Dockerfile535 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.12-alpine # Install runtime and build dependencies RUN apk add --no-cache file build-base libffi-dev openssl-dev WORKDIR /app # Copy project files COPY pyproject.toml . COPY src ./src COPY LICENSE README.md ./ # Install package RUN pip install --no-cache-dir . # Expose port 8000 for HTTP transport EXPOSE 8000 # Set default environment variables ENV TRANSPORT=http ENV PORT=8000 # Set default command CMD ["file-convert-mcp"]

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/convertguru/file-convert-mcp'

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