mcp_server_client
Verified Safeby rodrigodonizettio
Overview
Demonstrates a multi-client/server architecture for managing weather and Pokémon data, showcasing inter-process communication (likely MCP - Message Control Program or similar).
Installation
./run_weather_server.shSecurity Notes
Cannot assess 'eval' or obfuscation without code content. Network risks are inherent in server/client models; actual security depends on the implementation details of the 'weather' and 'weather-client' executables. Scripts appear to be for local demo, reducing external exposure risks.
Similar Servers
mcp_server_client
Demonstrates a multi-client/server architecture for managing weather and Pokémon data, showcasing inter-process communication (likely MCP - Message Control Program or similar).
mcp-servers
This project demonstrates setting up and interacting with multiple MCP servers (Multi-Compute Protocol) using a client and a ReAct agent powered by an LLM for tool orchestration.
SimpleMCPClientServer
A basic implementation of a client-server communication system, likely demonstrating a custom or simplified protocol ('MCP').
MCP_SERVER_STR
This server acts as a Multi-Agent Communication Protocol (MCP) tool provider, offering weather alerts and forecasts by integrating with the National Weather Service (NWS) API.