Back to Home
chrisnewell91 icon

Meta-MCP-Server

by chrisnewell91

Overview

Dynamically create and manage specialized child MCP servers from templates or scripts, orchestrating their execution to accomplish complex tasks, primarily for AI clients.

Installation

Run Command
meta-mcp-server

Environment Variables

  • MCP_CONFIG_FILE
  • MCP_TIMEOUT_SECONDS
  • MCP_MAX_SERVERS
  • MCP_MAX_MEMORY_MB
  • MCP_LOG_LEVEL
  • MCP_TEMP_DIR
  • LOG_LEVEL
  • MAX_SERVERS
  • PYTHONUNBUFFERED

Security Notes

Critical security functions `validate_command` and `sanitize_path` in `meta_mcp_server/security.py` are explicitly marked with `TODO: Implement` and currently return permissive values (`True` or original path). This renders the server highly vulnerable to command injection and directory traversal attacks, despite documentation claiming these features are complete in v2.0. The `file_handler_template` can perform arbitrary file operations if these checks are bypassed.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-21

Tags

MCPAI OrchestrationServer ManagementMicroservicesPython