Weather for VS Code
io.github.thx93/weather
US weather for AI agents: active NWS alerts by state, 5-period forecasts by lat/lon. Paid per call.
client:VS Code
transport:streamable-http
tools:3
Install Weather in VS Code
.vscode/mcp.json
{
"servers": {
"weather": {
"type": "http",
"url": "https://agent-evidence-api.thx93.workers.dev/weather/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs