Skip to main content
Glama

MCP Agent Server

by LeadBroaf
Dockerfile470 B
FROM node:20-alpine WORKDIR /app COPY package*.json ./ # Install all dependencies (including devDependencies) for build RUN npm install # Ensure tsc is available globally RUN npm install -g typescript COPY . . RUN npm run build # Remove devDependencies for production RUN npm prune --production RUN npx prisma generate COPY docker-entrypoint.sh /app/docker-entrypoint.sh RUN chmod +x /app/docker-entrypoint.sh EXPOSE 4000 ENTRYPOINT ["/app/docker-entrypoint.sh"]

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/LeadBroaf/mcp-agent-server'

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