# Start with the base Python image
FROM python:3.11-slim-bookworm
# Set the working directory in the container
WORKDIR /app
# Copy the project files into the container
COPY . .
# Install the necessary dependencies
RUN pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir .
# The command to run your application
ENTRYPOINT ["python", "-m", "mcp_server_rememberizer.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/skydeckai/rememberizer-mcp-ea-ck'
If you have feedback or need assistance with the MCP directory API, please join our Discord server