Skip to main content
Glama

Cal Server

Dockerfile321 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM oven/bun:alpine WORKDIR /app # Copy project files COPY package.json bun.lockb* ./ COPY *.ts ./ COPY tsconfig.json ./ COPY README.md ./ # Install dependencies RUN bun install # Start the MCP server CMD ["bun", "run", "index.ts"]

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/pwh-pwh/cal-mcp'

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