Skip to main content
Glama

Hava Durumu MCP Server

by yusufsenyer
Dockerfile368 B
# Node.js 18 tabanlı resmi image kullan FROM node:18-alpine # Çalışma dizinini ayarla WORKDIR /app # Package dosyalarını kopyala COPY package*.json ./ # Bağımlılıkları yükle RUN npm ci --only=production # Kaynak kodunu kopyala COPY . . # TypeScript'i derle RUN npm run build # Port'u expose et EXPOSE 3000 # Uygulamayı başlat CMD ["npm", "start"]

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/yusufsenyer/augment-agent'

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