FROM python:3.12-slim
# Install uv
RUN pip install uv
# Set working directory
WORKDIR /app
# Copy project files
COPY . .
# Install dependencies
RUN uv sync --frozen
# Expose port
EXPOSE 7310
# Run the HTTP server
CMD ["uv", "run", "nolang-mcp-http"]
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/team-tissis/nolang-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server