Skip to main content
Glama
tas1337

MCP A2A AP2 Food Delivery & Payments

by tas1337
Dockerfile456 B
# Dockerfile for MCP server FROM node:20-alpine WORKDIR /app # Copy package files COPY package.json package-lock.json* ./ # Install dependencies RUN npm install # Copy source files COPY tsconfig.json ./ COPY src/ ./src/ COPY mock-data/ ./mock-data/ # Build TypeScript RUN npm run build # Expose ports (used by both MCP server and registry) EXPOSE 8000 8004 # Start HTTP server (MCP_PORT env var enables HTTP mode) CMD ["node", "dist/src/index.js"]

Latest Blog Posts

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/tas1337/mcp-a2a-ap2-im-hungry'

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