floyd-mcp-server
0
Floyd is an MCP server designed to provide up-to-date weather information and decide the safety of application deployment based on weather conditions. It integrates seamlessly with VS Code and supports interactions through natural language queries for user convenience.
Floyd Weather & Deployment MCP Server
Floyd is a Model Context Protocol (MCP) server providing weather information and deployment safety decisions.
Features
- Weather Information: Get current weather conditions for any city worldwide.
- Deployment Safety: Assess if it's safe to deploy an application to a server in a specific city.
- Deployment Execution: Deploy applications safely based on conditions.
Safety Rules
- Safe deployment is allowed between 9 AM and 5 PM local time.
- Weather conditions must be clear or sunny for safe deployment.
Usage
Interact with Floyd via natural language queries.
Temperature Units
- Uses appropriate units based on location: Fahrenheit for the USA, Celsius worldwide.
Development
Built with TypeScript using the Model Context Protocol SDK.