# Use Python base image
FROM python:3.10-slim
# Install the project into `/app`
WORKDIR /app
# Copy the entire project
COPY . .
# Install the package
RUN pip install -e .
# Run the server
CMD ["python", "-m", "mcp_my_apple_remembers.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/honeybluesky/my-apple-remembers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server