经 AI Skill Hub 精选评估,agent-sandbox MCP工具 获评「强烈推荐」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。
企业级AI代理沙箱环境,兼容E2B规范。提供安全隔离的代码执行、浏览器自动化和工具调用能力,适合AI Agent开发者构建可信的应用系统。
agent-sandbox MCP工具 是一款基于 Go 开发的开源工具,专注于 沙箱、MCP、代码执行 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
企业级AI代理沙箱环境,兼容E2B规范。提供安全隔离的代码执行、浏览器自动化和工具调用能力,适合AI Agent开发者构建可信的应用系统。
agent-sandbox MCP工具 是一款基于 Go 开发的开源工具,专注于 沙箱、MCP、代码执行 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:go install(推荐) go install github.com/agent-sandbox/agent-sandbox@latest # 方式二:从源码编译 git clone https://github.com/agent-sandbox/agent-sandbox cd agent-sandbox go build -o agent-sandbox . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/agent-sandbox/agent-sandbox/releases
# 查看帮助 agent-sandbox --help # 基本运行 agent-sandbox [options] <input> # 详细使用说明请查阅文档 # https://github.com/agent-sandbox/agent-sandbox
# agent-sandbox 配置说明 # 查看配置选项 agent-sandbox --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENT_SANDBOX_CONFIG="/path/to/config.yml"
<p> <img alt="license" src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"> <img alt="go version" src="https://img.shields.io/badge/go-1.25-00ADD8?logo=go&logoColor=white"> <img alt="version" src="https://img.shields.io/github/v/tag/agent-sandbox/agent-sandbox?label=version&color=brightgreen"> <a href="https://agent-sandbox.github.io"><img alt="docs" src="https://img.shields.io/badge/docs-agent--sandbox.github.io-informational"></a> </p>
<p> Self-hosted, lightweight, and easy-to-use sandbox runtime for AI Agents<br/> </p> </div>
---
You can install Agent-Sandbox by applying the provided install.yaml file to your Kubernetes cluster.
requires Kubernetes version 1.28 or higher.
kubectl create namespace agent-sandbox
kubectl apply -nagent-sandbox -f install.yaml You can create an ingress or port-forward to access the Agent-Sandbox API server. Ingress like this: apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: agent-sandbox
namespace: agent-sandbox
spec:
ingressClassName: ingress-nginx
rules:
- host: agent-sandbox.your-host.com
http:
paths:
- backend:
service:
name: agent-sandbox
port:
number: 80
path: / Now you can access the Agent-Sandbox API server at http://agent-sandbox.your-host.com.
📚 For the full guide (deployment, auth, E2B SDK/CLI, REST API reference), see the docs site: https://agent-sandbox.github.io
Requirements:
e2b == 2.21.1
e2b-code-interpreter == 2.4.1
Configure the E2B backend address:
export E2B_API_KEY=testuser-aef134ef-7aa1-945e-9399-7df9a4ad0c3f
export E2B_DOMAIN=agent-sandbox.your-host.com
export E2B_API_URL=http://agent-sandbox.your-host/e2b/v1
Python example: ```python from e2b_code_interpreter import Sandbox
idleTimeout = 60*10
Go实现的高性能沙箱解决方案,架构清晰易于集成。E2B兼容性强,适合企业级Agent应用部署,活跃维护中。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:agent-sandbox MCP工具 的核心功能完整,质量优秀。对于AI爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | agent-sandbox |
| 原始描述 | 开源MCP工具:Agent-Sandbox is an E2B compatible easy-to-use enterprise-grade sandboxes for AI。⭐124 · Go |
| Topics | 沙箱MCP代码执行AI基础设施企业级 |
| GitHub | https://github.com/agent-sandbox/agent-sandbox |
| License | Apache-2.0 |
| 语言 | Go |
收录时间:2026-05-19 · 更新时间:2026-05-19 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。