Skip to main content
Glama
numa08

NOAA Space Weather MCP Server

by numa08
docker-compose.yml857 B
version: '3.8' services: noaa-mcp: build: context: . dockerfile: Dockerfile ports: - "3000:3000" environment: - NODE_ENV=production - MCP_SERVER_PORT=3000 volumes: # Persist cache between restarts - noaa-cache:/app/.cache restart: unless-stopped healthcheck: test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/health"] interval: 30s timeout: 5s retries: 3 start_period: 10s # Development service with hot reload noaa-mcp-dev: build: context: . dockerfile: Dockerfile target: builder ports: - "3001:3000" volumes: - ./src:/app/src:ro - noaa-cache-dev:/app/.cache command: ["bun", "run", "dev:http"] profiles: - dev volumes: noaa-cache: noaa-cache-dev:

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/numa08/noaa-space-weather-mcp'

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