Skip to main content
Glama
Dockerfile390 B
FROM node:18-alpine WORKDIR /app # Install gemini-cli globally (breaking system packages as this is a container) RUN npm install -g @google/gemini-cli # Copy package files COPY package*.json ./ # Install dependencies RUN npm install # Copy source code COPY . . # Build the application RUN npm run build # Expose port EXPOSE 13001 # Start the application CMD ["npm", "run", "start"]

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/loming/gemini-mcp'

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