Skip to main content
Glama

MCPO - MCP Pollinations Proxy

by exrienz
Dockerfile823 B
FROM node:18-alpine # Install system dependencies RUN apk add --no-cache python3 py3-pip \ && pip install mcpo --break-system-packages \ && rm -rf /root/.cache/pip/* WORKDIR /app # Copy package files first for better caching COPY pollinations-mcp-src/package*.json ./pollinations-mcp-src/ # Install Node.js dependencies RUN cd pollinations-mcp-src && npm install --omit=dev && npm cache clean --force # Copy application code COPY pollinations-mcp-src ./pollinations-mcp-src # Create non-root user for security RUN addgroup -g 1001 -S nodejs && \ adduser -S nodeuser -u 1001 -G nodejs # Set ownership and switch user RUN chown -R nodeuser:nodejs /app USER nodeuser EXPOSE 7777 ENV MCPO_MODE=true CMD ["sh", "-c", "mcpo --host 0.0.0.0 --port 7777 -- node /app/pollinations-mcp-src/pollinations-mcp.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/exrienz/pollenai-mcp'

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