kathanjain/Weather-MCP-Server
3.2
If you are the rightful owner of Weather-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Weather MCP Server is a server application designed for managing weather data and memory-centric processing.
Weather MCP Server
A server application for managing weather data and memory-centric processing (MCP).
Features
- Weather data management
- Memory store for efficient data retrieval
- API endpoints for weather and memory operations
Project Structure
app/
- Main application codemain.py
- Entry point for the servermemory_store.py
- Memory storage logicmodels.py
- Data modelstool_handlers.py
- Tool and API handlers
requirements.txt
- Python dependencies
Setup
- Clone the repository:
git clone https://github.com/kathanjain/Weather-MCP-Server.git cd Weather-MCP-Server
- (Optional) Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
Usage
Run the server:
python app/main.py
License
MIT License