mcp_test_repo
by timsto-cas
Overview
A custom client-server application for network communication and remote execution of Python code.
Installation
No command providedSecurity Notes
CRITICAL: The server and client both use `eval()` on network-received data (`message['data']` and `response['data']`) without any apparent sanitization. This allows arbitrary remote code execution by a connected party, posing an extremely severe security vulnerability.
Similar Servers
kitwork
KitWork is a serverless engine and workflow automation platform that allows users to define and run scheduled tasks, backend APIs, and web automation using YAML files.
phone-a-friend-mcp
Enables real-time communication between multiple Claude Code instances, allowing one to listen and others to initiate conversations with specific intents.
n8n-mcp-server-custom
This server acts as a Model Context Protocol (MCP) intermediary, enabling AI assistants like Antigravity to interact with and manage n8n automation workflows via its REST API.
context-bridge-mcp
An Electron desktop application demonstrating context bridge communication between renderer and main processes, allowing the execution of system commands from the renderer.