Here's a clever solution to Claude's MCP server context limit problem. Instead of loading dozens of MCP tools that consume 141k tokens upfront, this server exposes just two code execution endpoints (TypeScript and Python) that dynamically call other MCP servers on-demand from within the sandbox. You can access filesystem operations, git commands, browser automation, and any other MCP tool through simple function calls without burning your context window. The setup wizard automatically detects your existing MCP configurations from Claude Desktop or Cursor and generates type-safe wrappers. It's essentially an MCP orchestration layer that gives you unlimited tool access while keeping your token usage minimal.
claude mcp add --transport stdio aberemia24-code-executor-mcp uvx code-executor-mcp