Skip to main content
Glama

MCP Weather Server

by Meloyg
Dockerfile.dev572 B
# Development Dockerfile with hot reload FROM node:20-alpine # Set working directory WORKDIR /app # Install development dependencies including TypeScript COPY package*.json ./ RUN npm install # Copy source code COPY . . # Create non-root user for security RUN addgroup -g 1001 -S nodejs && \ adduser -S mcp -u 1001 # Change ownership of the app directory RUN chown -R mcp:nodejs /app USER mcp # Expose ports for development, debugging, and MCP inspector EXPOSE 3000 9229 # Start with development command (with inspector enabled) CMD ["npm", "run", "dev:debug"]

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/Meloyg/life-assitant-mcp'

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