Openweather for VS Code
io.github.pipeworx-io/openweather
OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)
client:VS Code
transport:streamable-http
Install Openweather in VS Code
.vscode/mcp.json
{
"servers": {
"openweather": {
"type": "http",
"url": "https://gateway.pipeworx.io/openweather/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs