Back to directory
wmxl/spring-ai-mcp

wmxl/spring-ai-mcp

@wmxl

A simple Java implementation of an MCP server that provides weather information tools including forecast by location and US state alerts via National Weather Service API.

weatherjavamcpnational-weather-serviceforecastalertsspring-aicontext

Installation & Configuration

{
  "mcpServers": {
    "weather": {
      "command": "java",
      "args": [
        "-jar",
        "/ABSOLUTE/PATH/TO/mcp-weather-stdio-server-0.0.1-SNAPSHOT"
      ]
    }
  }
}

Information

Transport
stdio
Language
Java
Created
2026/6/15
Updated
2026/6/17