Skip to main content
Glama

Rememberizer MCP Server

by skydeckai
Dockerfile674 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # 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 . # Set the environment variable for the Rememberizer API token # It is recommended to set this as a secret in production environments ENV REMEMBERIZER_API_TOKEN=your_rememberizer_api_token # 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/mcp-server-rememberizer'

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