rusted

iluxav/rusted
★ 0 stars Rust AI/LLM Updated 2d ago
A capability runtime for AI agents — write a JavaScript function, run it in a fresh ~1ms sandbox, and keep what works as a live HTTPS endpoint or MCP server. Secrets, durable state, object storage, and inboxes included.
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": {
    "rusted": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rusted"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="crates/rusted-server/assets/rusted-logo2.png" width="160" alt="rusted logo"> </p> <p align="center" style="color:#e66201; ">Rusted</p> A microfunction platform where a tiny JavaScript file becomes a live HTTP endpoint — or a live MCP server — in seconds, executed by QuickJS inside a restricted Rust runtime.

Tools (3)

apinotesslugger

Topics

ai-agentsfunctions-as-a-servicejavascriptmcpquickjsrustsandboxserverlesstypescriptwebhooks