Geocoding & Weather for VS Code
org.memoryapi/geo
Geocoding, weather forecasts, and timezone lookups
client:VS Code
transport:streamable-http
tools:3
Install Geocoding & Weather in VS Code
.vscode/mcp.json
{
"servers": {
"geo": {
"type": "http",
"url": "https://geo.memoryapi.org/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs