Skip to main content
Glama

GemForge-Gemini-Tools-MCP

Dockerfile.simple387 B
# Use Node.js LTS Alpine image for minimal size FROM node:18-alpine # Create app directory WORKDIR /app # Copy package files COPY package*.json ./ COPY pnpm-lock.yaml ./ # Install dependencies RUN npm install -g pnpm RUN pnpm install # Copy application code COPY . . # Build the application RUN pnpm run build # Start the server using stdio transport CMD ["node", "dist/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/PV-Bhat/GemForge-MCP'

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