Skip to main content
Glama

MCP Python Tutorial

Dockerfile387 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.10-slim # Set working directory WORKDIR /app # Copy project COPY . /app # Install dependencies RUN pip install --no-cache-dir -r requirements.txt # Expose default port (optional for HTTP mode) EXPOSE 5173 # Start the MCP server over stdio using UV CMD ["uv", "run", "localdb_app.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/jhj0517/mcp-python-tutorial'

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