Skip to main content
Glama

Formula1 MCP Server

Dockerfile492 B
# Use Node.js LTS version as the base image FROM node:20-slim # Set working directory WORKDIR /app # Copy package files first for better caching COPY package*.json ./ # Install all dependencies (needed for build) RUN npm ci # Copy source files and config COPY tsconfig.json ./ COPY src/ ./src/ # Build the application RUN npm run build # Remove dev dependencies to reduce image size RUN npm prune --production # Set default command to run the MCP server CMD ["node", "build/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/Panth1823/formula1-mcp'

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