# Use Node.js 20 LTS as base image
FROM node:22-alpine AS base
WORKDIR /app
# Copy everything first (so src, tsconfig, tsup.config.ts etc are present)
COPY . .
# Install dependencies
RUN npm install
# Build
RUN npm run build
EXPOSE 8080
CMD ["node", "build/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/hive-intel/hive-crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server