Back to Home
angrysky56 icon

mcp_coordinator

by angrysky56

Overview

A meta-MCP server that transforms other MCP servers into importable Python libraries, enabling token-efficient, self-improving AI agent workflows through sandboxed code execution and skill accumulation.

Installation

Run Command
uv run mcp-coordinator-server

Environment Variables

  • MCP_SERVERS_CONFIG
  • MCP_JSON
  • OPENROUTER_API_KEY
  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • OPENROUTER_MODEL
  • OPENAI_MODEL
  • OLLAMA_MODEL
  • MODEL
  • MCP_EXECUTOR_TYPE

Security Notes

Core functionality involves executing arbitrary Python code. While it uses Docker for sandboxing, the `network_mode: host` setting on containers severely compromises network isolation, allowing executed code to access the host's network interfaces directly. The `MCP_ADDITIONAL_MOUNTS` environment variable allows mounting arbitrary host directories, which is a major filesystem risk if not carefully controlled. The agent can dynamically save, load, and execute its own Python skills from the host filesystem. The `bootstrap_environment` skill also allows the agent to build new Docker images.

Similar Servers

Stats

Interest Score33
Security Score4
Cost ClassLow
Avg Tokens2000
Stars2
Forks0
Last Update2025-12-15

Tags

AI AgentsCode ExecutionMCPSelf-ImprovementTool Orchestration