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
No command providedEnvironment 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
claudex
Self-hosted Claude AI chat interface with sandboxed code execution, offering a full IDE experience and support for multiple AI providers and extensible agents/skills.
my-ai-tools
Provides a comprehensive setup and configuration management guide for an AI-powered developer environment, integrating various AI coding tools and their custom settings.
claude-code-buddy
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.
cldcde
A persistent context manager that scrapes, stores, searches, and analyzes AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude) to support project development and insights.