AI Skill Hub 推荐使用:达尔文智能云 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
达尔文智能云 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
达尔文智能云 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/vje013/darwin-agentic-cloud
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"------": {
"command": "npx",
"args": ["-y", "darwin-agentic-cloud"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 达尔文智能云 执行以下任务... Claude: [自动调用 达尔文智能云 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"______": {
"command": "npx",
"args": ["-y", "darwin-agentic-cloud"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
Verifiable and free cloud compute for AI agents. We provide an agent-first environment where every autonomous action and choice is bound and signed, including what they buy. Your agent acts only where it can provably succeed, spends only what you authorized, and brings back a signed receipt for every step it took. No new accounts. No new API keys. Just sign in with Gmail. Your card stays in your Google account. Open source. Free to users. All agent and human contributors welcome. Built on: webMCP + AP2 Sandboxed Beta + Research: 6/1/2026
Install: pip install darwin-agentic-cloud
Live demo: https://darwin-agentic-cloud.fly.dev/demo
Public keylist: https://darwin-agentic-cloud.fly.dev/.well-known/substrate-keys.json
v0.2 Schema: https://darwin-agentic-cloud.fly.dev/.well-known/schemas/attestation/v0.2
---
If only Docker is available, you get local-docker-v0. For web based cloud compute, you also get the four Lambda regions and AWS Batch. Auto-discovery happens at every darwin.run() call.
---
darwin mcp install
Or manually add to your claude_desktop_config.json:
{
"mcpServers": {
"darwin": {
"command": "darwin",
"args": ["mcp", "serve"]
}
}
}
The complete public surface. All seven verbs are top-level and produce v0.2 attestations.
Darwin ships with a built-in MCP server that exposes 7 tools matching the CLI verbs. Compatible with Claude Desktop, Cursor, and any other MCP client.
```python from darwin import run
Your agent just executed code on its own. You don't see what happened. You can't replay it. You can't prove it ran. You can't show a regulator, an auditor, or another agent that the workload actually executed on real hardware under your policy at the cost you agreed to.
"Did this workload actually run? On what hardware? Under what policy? At what cost? With what output? Can I prove it to a regulator, an auditor, or another agent?"
Existing agent frameworks let an LLM call arbitrary tools and execute arbitrary code. None of them answer that question. The compute runs. The result comes back. You trust your framework.
Darwin is the answer. A signed receipt of every agent execution. Cryptographically verifiable by anyone, anywhere, anytime. No trust required.
---
Darwin Agentic Cloud 是一个基于云计算的安全工作负载执行平台,提供了工作负载完整性、输出完整性和底层基础设施身份认证等保护功能。
Darwin Agentic Cloud 提供了以下保护功能:工作负载完整性、输出完整性和底层基础设施身份认证。它还提供了以下不受保护的功能:底层基础设施内部通道和底层基础设施诚实性。
Darwin Agentic Cloud 需要 Python 3.11+ 和 Docker。对于本地执行,需要 Docker Desktop 或 Engine。对于云计算,需要 AWS Lambda 或 AWS Batch。
安装 Darwin Agentic Cloud 可以使用以下方法:使用 Claude Desktop 的 `darwin mcp install` 命令,或者手动添加到 `claude_desktop_config.json` 文件中。
使用 Darwin Agentic Cloud 的示例包括:执行工作负载、获取工作负载输出和检查工作负载完整性。
Darwin Agentic Cloud 提供了 7 个 CLI 命令和 Python API,用于执行工作负载、获取工作负载输出和检查工作负载完整性等功能。
Darwin Agentic Cloud 支持 MCP 集成和多步骤工作流程,提供了一个可扩展的工作流程管理系统。
Darwin Agentic Cloud 的 FAQ 包括:工作负载执行的可追踪性、工作负载输出的可信度和工作负载完整性的保护等问题。
高质量的开源MCP工具,提供可验证和免费的AI计算
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,达尔文智能云 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | darwin-agentic-cloud |
| 原始描述 | 开源MCP工具:Verifiable and free compute for AI agents. Cryptographically signed execution at。⭐7 · Python |
| Topics | AIMCP云计算 |
| GitHub | https://github.com/vje013/darwin-agentic-cloud |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-29 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端