FROM denoland/deno:latest
# Create the application directory
WORKDIR /app
# Copy dependency files first for caching
COPY --chown=deno:deno deno.json deno.lock* ./
# Copy the rest of the application code
COPY --chown=deno:deno . .
# Prefer not to run as root.
USER deno
# Cache application dependencies
RUN deno cache baseline-mcp-server.ts
# Run the application
CMD ["run", "--allow-net=api.webstatus.dev", "baseline-mcp-server.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/yamanoku/baseline-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server