mcp-server-weather

mcp-server-weather

0

The document provides instructions to initialize an MCP Server using Cursor IDE. It includes a configuration example for an MCP server focused on weather data processing.

Initialize MCP Server using Cursor IDE

mcp.json

{
  "mcpServers": {
    "mcp_weather": {
      "command": "uv",
      "args": [
        "--directory",
        "path_to_your_project_directory",
        "run",
        "weather.py"
      ]
    }
  }
}