← Back to Plugins
MCP Server MCP

Virga Weather

github By github 👁 1 views ▲ 0 votes

Weather API tools — current, hourly, daily forecasts, and historical data.

Homepage Verified source GitHub

Install

npx -y @virga-mcp/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...