FROM denoland/deno:alpine-1.43.0
WORKDIR /app
# Copy application code
COPY . .
# Cache the dependencies
RUN deno cache src/index.ts
# Expose port if needed for debugging
# EXPOSE 3000
# Run the application
CMD ["deno", "run", "--allow-all", "--env-file=.env", "src/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/jwaxman19/qlik-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server