Virga Weather✓
io.github.mcmurrym/virga-weather · v0.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mcmurrym/virga-weather",
"description": "Weather API tools — current, hourly, daily forecasts, and historical data.",
"title": "Virga Weather",
"repository": {
"url": "https://github.com/mcmurrym/virga",
"source": "github",
"subfolder": "packages/mcp-server"
},
"version": "0.1.3",
"websiteUrl": "https://virga.dev",
"packages": [
{
"registryType": "npm",
"identifier": "@virga-mcp/server",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Virga API key (get one free at https://virga.dev/agent)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "VIRGA_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}