Skip to main content
Glama

code2prompt-mcp

by ODAncona
Dockerfile631 B
FROM python:slim # Install system dependencies for Rust and UV RUN apt update && apt install -y \ curl build-essential \ && rm -rf /var/lib/apt/lists/* # Install Rust and Cargo RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ENV PATH="/root/.cargo/bin:$PATH" # Install UV RUN pip install uv WORKDIR /app # Copy necessary project metadata files first COPY pyproject.toml requirements.lock README.md ./ # Install dependencies RUN uv pip install --no-cache --system -r requirements.lock # Copy the source code after dependencies COPY src ./src CMD ["python", "src/code2prompt_mcp/main.py"]

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/ODAncona/code2prompt-mcp'

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