# Start from a Node.js base image
FROM node:22-alpine
# Set working directory
WORKDIR /blaxel
# Copy package files for better caching
COPY package.json package-lock.json /blaxel/
RUN npm install
# Copy application code
COPY . .
# Command to run when container starts, it need to provide a server running on port 80 for agent and MCP server
ENTRYPOINT ["npm", "run", "start:http"]
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/toolprint/mcp-graphql-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server