# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
FROM node:23.6.1-alpine
WORKDIR /app
# Copy package files first
COPY package*.json ./
COPY packages/server/package*.json ./packages/server/
COPY tsconfig.json ./
# Install dependencies at root level first
RUN npm install
# Copy source files
COPY . .
# Build the server package
RUN cd packages/server && npm install && npm run build
EXPOSE 3000
# Start the server
CMD ["node", "packages/server/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/GoPlausible/algorand-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server