e2b-mcp-server

LLLeoLi/e2b-mcp-server
★ 0 stars JavaScript Code/Dev Tools Updated 4d ago
e2b mcp-server 0.2.0 with sandbox execution errors surfaced as MCP isError (for MCP-Atlas PTC)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "e2b-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "LLLeoLi/e2b-mcp-server"
      ]
    }
  }
}