Skip to main content
Glama

DevDocs MCP Server

by cyberagiinc
Dockerfile.frontend511 B
# Base Node.js image FROM node:20-alpine ARG NEXT_PUBLIC_BACKEND_URL WORKDIR /app # Copy package files COPY package.json package-lock.json ./ RUN npm ci # Set environment variables ENV PORT 3001 ENV BACKEND_URL http://backend:24125 ENV NEXT_TELEMETRY_DISABLED 1 ENV NODE_ENV production # Copy the rest of the application COPY . . # Create public directory if it doesn't exist RUN mkdir -p public # Next.js build RUN rm -rf .next RUN npm run build EXPOSE 3001 # Start the application CMD ["npm", "start"]

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/cyberagiinc/DevDocs'

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