Skip to main content
Glama

FindMine Shopping Stylist

Official
by findmine
Dockerfile377 B
FROM node:20-slim WORKDIR /app # Copy package files and install dependencies COPY package*.json ./ RUN npm install # Copy source files COPY tsconfig.json ./ COPY src ./src # Build the app RUN npm run build # Set environment variables ENV NODE_ENV=production ENV FINDMINE_CACHE_ENABLED=true ENV FINDMINE_CACHE_TTL_MS=3600000 # Run the server CMD ["node", "build/index.js"]

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/findmine/findmine-mcp'

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