GeoSphere Austria Weather for VS Code
io.github.slettmayer/geosphere-mcp-server
High-resolution GeoSphere Austria weather, storms and air quality. Austria and the Alps only.
client:VS Code
transport:stdio
runtime:pypi
Install GeoSphere Austria Weather in VS Code
.vscode/mcp.json
{
"servers": {
"geosphere-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"geosphere-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs