Back to Home
fabriziosalmi icon

nexus-mcp-server

by fabriziosalmi

Overview

The Nexus MCP Server provides a micro-capability platform (MCP) exposing a wide array of developer tools via a REST API, enabling tasks from mathematical operations and cryptographic functions to system management, network diagnostics, cloud resource optimization, and dynamic code execution across multiple programming languages.

Installation

Run Command
python http_server.py

Environment Variables

  • PYTHONUNBUFFERED
  • MCP_SERVER_NAME
  • MCP_SERVER_VERSION
  • LOG_LEVEL
  • OPENWEATHERMAP_API_KEY

Security Notes

The server includes extensive capabilities for dynamic code execution (Python, JavaScript) and shell command execution, as well as system/process management and network scanning. Developers have implemented significant security measures including input validation, whitelisting/blacklisting for dangerous operations/imports, resource limits for code execution, and filesystem sandboxing for file operations. However, executing arbitrary user-provided code/commands, even with safeguards, inherently carries risks of bypasses or resource exhaustion. Reliance on external system binaries also introduces a dependency on their security. Running this server in a tightly controlled Docker environment with minimal privileges, as suggested by the `docker-compose.yml`, is crucial to mitigate these inherent risks.

Similar Servers

Stats

Interest Score30
Security Score7
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2025-12-03

Tags

REST APIMicroservicesTool OrchestrationSystem ManagementSecurity AnalysisData Processing