Skip to main content
Glama

AIM-Guard-MCP

Dockerfile•638 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config # Use Node.js LTS on Alpine for building FROM node:lts-alpine AS builder WORKDIR /app # Install dependencies without running prepare scripts COPY package.json pnpm-lock.yaml ./ RUN npm install --ignore-scripts # Copy all source files and build COPY . . RUN npm run build # Runtime stage FROM node:lts-alpine WORKDIR /app # Copy built artifacts and production dependencies COPY --from=builder /app/dist ./dist COPY package.json ./ RUN npm install --production --ignore-scripts # Run the MCP server over stdio ENTRYPOINT ["node", "dist/index.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/AIM-Intelligence/AIM-MCP'

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