Skip to main content
Glama
Ripnrip

Quake Coding Arena MCP

by Ripnrip
Dockerfile238 B
FROM node:20-alpine AS base WORKDIR /app COPY package.json ./ RUN npm install --omit=dev COPY public ./public COPY server ./server COPY .env.example ./ ENV NODE_ENV=production ENV PORT=4173 EXPOSE 4173 CMD ["node", "server/index.js"]

Latest Blog Posts

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/Ripnrip/Quake-Coding-Arena-MCP'

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