Skip to main content
Glama

Minecraft Wiki MCP

Dockerfile524 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM node:lts-alpine AS builder # Install dependencies and build WORKDIR /app COPY package.json pnpm-lock.yaml tsconfig.json ./ COPY src ./src RUN npm install RUN npm run build # Production image FROM node:lts-alpine WORKDIR /app COPY --from=builder /app/package.json ./ COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/dist ./dist # Expose no ports, uses stdio for MCP ENTRYPOINT ["node", "dist/server.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/L3-N0X/Minecraft-Wiki-MCP'

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