Skip to main content
Glama

mcp-server-public-transport

Dockerfile469 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.11-slim WORKDIR /app # Install build tools and your package (reads pyproject.toml) COPY pyproject.toml setup.py* /app/ RUN pip install --no-cache-dir wheel setuptools \ && pip install --no-cache-dir . # Copy the rest of your code COPY . /app EXPOSE 8080 CMD ["python", "server.py", "--transport", "sse", "--host", "0.0.0.0", "--port", "8080", "--path", "/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/mirodn/mcp-server-public-transport'

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