Skip to main content
Glama

Formula1 MCP Server

MIT License
11
  • Apple
  • Linux
Dockerfile343 B
# Use Node.js LTS version as the base image FROM node:20-slim # Set working directory WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies RUN npm ci # Copy the rest of the application COPY . . # Build the application RUN npm run build # 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