wildfly-weather

ehsavoie/wildfly-weather
★ 3 stars Java 🔌 API Integration Updated 1y ago
Simple MCP Server example
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wildfly-weather": {
      "command": "npx",
      "args": [
        "-y",
        "ehsavoie/wildfly-weather"
      ]
    }
  }
}