Skip to main content
Glama

Doctranslate.io MCP Server

by thinkprompt
MIT License
7
  • Linux
  • Apple
Dockerfile•553 B
FROM python:3.12-slim ENV PYTHONDONTWRITEBYTECODE=1 # Set timezone to Asia/Ho_Chi_Minh change if you are in other timezone RUN ln -snf /usr/share/zoneinfo/Asia/Ho_Chi_Minh /etc/localtime && echo Asia/Ho_Chi_Minh > /etc/timezone # Turns off buffering for easier container logging ENV PYTHONUNBUFFERED=1 RUN apt-get update RUN apt-get install libmagic1 -y # Install pip requirements RUN python -m pip install pip setuptools wheel COPY . /app WORKDIR /app ADD ./requirements.txt requirements.txt RUN pip install -r requirements.txt CMD ["/bin/bash"]

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/thinkprompt/doctranslateio-mcp'

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