Skip to main content
Glama

Weather MCP Server

by laplus-x
Taskfile.yml644 B
# https://taskfile.dev version: '3' vars: APP_NAME: weather-mcp-server IMAGE_REG: registry.com IMAGE_ORG: poc IMAGE_NAME: '{{.APP_NAME}}' IMAGE_PATH: '{{.IMAGE_REG}}/{{.IMAGE_ORG}}/{{.IMAGE_NAME}}' IMAGE_VER: v1.0.0 tasks: build:image: vars: CLI_ARGS: --load -t {{.IMAGE_PATH}}:{{.IMAGE_VER}} -t {{.IMAGE_PATH}}:latest cmds: - docker buildx build . {{.CLI_ARGS}} debug:image: vars: IMAGE_VER: latest CLI_ARGS: --rm -it --env-file .env --add-host host.docker.internal:host-gateway --entrypoint bash cmds: - docker run {{.CLI_ARGS}} {{.IMAGE_PATH}}:{{.IMAGE_VER}}

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/laplus-x/weather-mcp-server'

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