Skip to main content
Glama

icalPal MCP Server

by wsargent
Dockerfile925 B
FROM python:3.12-slim-bookworm # Install system dependencies for Ruby and other tools RUN apt-get update && apt-get install -y \ ruby-full \ build-essential \ libsqlite3-dev \ sqlite3 \ pkg-config \ git \ curl \ && rm -rf /var/lib/apt/lists/* # Install libplist-utils for plist handling (provides plistutil) RUN apt-get update && apt-get install -y libplist-utils && rm -rf /var/lib/apt/lists/* && \ ln -s /usr/bin/plistutil /usr/bin/plutil # Install Ruby gems RUN gem install sqlite3 RUN gem install icalPal # Copy the rest of the application COPY . /app # Set working directory WORKDIR /app COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv # Copy only pyproject.toml first for dependency installation COPY pyproject.toml /app/ # Install the application dependencies globally RUN uv sync --frozen --no-cache # Run the application. CMD ["/app/.venv/bin/python", "/app/main.py"]

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/wsargent/icalpal-mcp'

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