Skip to content
VS Code

Weather Hint for VS Code

io.github.sadri-dridi/weather-hint

Current temperature for a city via Open-Meteo. Query discarded after the call.

client:VS Code transport:streamable-http tools:30

Install Weather Hint in VS Code

.vscode/mcp.json

{
  "servers": {
    "weather-hint": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/weather-hint/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

All 30 tools →

Weather Hint in other clients