
Darwin Agentic Cloud
by vje013
Verifiable and free cloud compute for AI agents with cryptographically signed execution receipts.
What it does
Darwin Agentic Cloud provides a secure, verifiable execution environment for AI agents. It solves the trust problem in agentic workflows by ensuring every action—including code execution and purchases—is bound, signed, and verifiable via a public keylist.
Tools
darwin_run: Executes a workload and returns a signed v0.2 attestation receipt.darwin_verify: Cryptographically verifies an attestation against the public keylist.darwin_price: Provides a cost quote for available substrates before execution.darwin_list: Lists all discovered execution substrates (local, AWS, Modal).darwin_who: Identifies the keys that signed a specific attestation.darwin_history: Retrieves recent attestations from local storage.darwin_stats: Provides aggregate statistics for agent execution.
Installation
Install via PyPI:
pip install darwin-agentic-cloud
Add to claude_desktop_config.json:
{
"mcpServers": {
"darwin": {
"command": "darwin",
"args": ["mcp", "serve"]
}
}
}
Supported hosts
- claude
- cursor
Quick install
pip install darwin-agentic-cloudInformation
- Pricing
- free
- Published
- 5/30/2026
- stars






