Skip to main content
Glama

ACE MCP Server

Dockerfileโ€ข605 B
FROM nginx:alpine # Copy dashboard files with correct permissions COPY --chmod=644 index.html /usr/share/nginx/html/ COPY --chmod=644 app.js /usr/share/nginx/html/ COPY --chmod=644 style.css /usr/share/nginx/html/ # Copy custom nginx configuration COPY nginx.conf /etc/nginx/conf.d/default.conf # Ensure correct ownership and permissions RUN chown -R nginx:nginx /usr/share/nginx/html && \ chmod -R 644 /usr/share/nginx/html/* # Health check HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \ CMD wget --no-verbose --tries=1 --spider http://127.0.0.1/ || exit 1 EXPOSE 80

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/Angry-Robot-Deals/ace-mcp'

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