Skip to main content
Glama

Node.js MCP Weather Server

mcp-config.jsonโ€ข648 B
{ "mcpServers": { "weather-mcp-server-local": { "transport": { "type": "http", "url": "http://localhost:8000/mcp/stream" }, "name": "Weather MCP Server (Local - Node.js)", "description": "MCP Server with weather forecast and alerts tools running locally on Node.js" }, "weather-mcp-server-azure": { "transport": { "type": "http", "url": "https://<APP-SERVICE-NAME>.azurewebsites.net/mcp/stream" }, "name": "Weather MCP Server (Azure - Node.js)", "description": "MCP Server with weather forecast and alerts tools hosted on Azure with Node.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/Azure-Samples/remote-mcp-webapp-node'

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