FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
# Set the working directory
WORKDIR /app
# Copy the current directory contents into the container at /app
COPY . /app
RUN (uv venv .venv) && (. .venv/bin/activate) && (uv pip install mcp_weather_server)
CMD ["uv","run","mcp_weather_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/theshyPika/mcp-servers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server