mcp-framework
Verified Safeby raineislam
Overview
Remote control, video streaming, and sensor data collection for a Raspberry Pi-based robotic car system.
Installation
python test/stream_server_test.pySecurity Notes
Network communication (sockets) lacks encryption and authentication, making it suitable only for trusted local networks. Hardcoded IP addresses in client scripts are inflexible and could point to unintended destinations if the network configuration changes. No 'eval' or overtly malicious patterns were found.
Similar Servers
windows-driver-input-mcp
This project appears to be a server-based input simulator for Windows drivers, likely for testing or automation purposes.
robot_mcp
Control robotic arms using natural language commands via multiple large language models and a web-based GUI.
MCP-Server
A multi-purpose control plane (MCP) server for managing and executing various tools (e.g., Quality Engineering, calculator, banking functionalities) via a FastAPI web interface, acting as a centralized gateway for diverse operations.
Mcp-server
A Streamlit and CLI-based chat interface leveraging the Model Context Protocol (MCP) to connect Google's Gemini LLM with various tools and servers for tool-augmented conversational AI.