Skip to main content
Glama

Claude Code Review MCP

Dockerfile691 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config # Stage 1: Build FROM node:lts-alpine AS builder WORKDIR /app # Install dependencies and build COPY package.json package-lock.json tsconfig.json tsconfig.test.json ./ COPY src ./src COPY examples ./examples RUN npm ci --ignore-scripts && npm run build && npm prune --production # Stage 2: Runtime FROM node:lts-alpine WORKDIR /app # Copy production artifacts COPY --from=builder /app/dist ./dist COPY --from=builder /app/node_modules ./node_modules COPY package.json ./package.json # Default environment ENV NODE_ENV=production # Expose no ports (stdio transport) ENTRYPOINT ["node", "dist/cli.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/praneybehl/claude-code-review-mcp'

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