Skip to main content
Glama

National Park Data MCP Server

Dockerfile389 B
# Dockerfile FROM python:3.11-slim WORKDIR /app COPY automation/requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Enable bytecode compilation ENV UV_COMPILE_BYTECODE=1 # Copy from the cache instead of linking since it's a mounted volume ENV UV_LINK_MODE=copy # Set transport mode to HTTP ENV TRANSPORT=http COPY . . EXPOSE 8081 CMD ["python", "-m", "server"]

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/harish-anandaramanujam/national-park-service-mcp-server'

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