Back to Home
peakmojo icon

mcp-claude-code-sandbox-with-skills

by peakmojo

Overview

Automate software development tasks using Claude Code AI agents within isolated E2B sandboxes, providing a fixed set of skills and a job-level API.

Installation

Run Command
No command provided

Environment Variables

  • E2B_API_KEY
  • CLAUDE_API_KEY

Security Notes

The system design leverages E2B for sandbox isolation, which is a strong security principle for running arbitrary code. Skills are bundled and fixed, reducing injection risks. However, the actual server-side code (MCP implementation) for provisioning sandboxes, handling client input, managing secrets (like E2B/Claude API keys), and securely copying/mounting user-provided repositories is not available for audit. Without reviewing the implementation, critical vulnerabilities related to input validation, secret management, or sandbox escape cannot be ruled out. The 'eval' keyword, obfuscation, or hardcoded secrets cannot be checked without the full source code. The security score reflects the robust design intent, not an audited implementation.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens15000
Stars0
Forks0
Last Update2025-12-02

Tags

Claude CodeAI AgentE2BSandboxed ExecutionDevelopment Automation