oam

YawLabs/oam
★ 0 stars Rust Code/Dev Tools Updated today
A JavaScript and TypeScript runtime built on Rust and V8, for TypeScript and MCP servers
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": {
    "oam": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "oam"
      ]
    }
  }
}

README Excerpt

**The reliable TypeScript runtime for the AI era.** > Fast is table stakes. Reliable is the product. oam is a JavaScript/TypeScript runtime built in Rust on V8, designed around three ideas: 1. **Types-aware execution.** oam strips and runs TypeScript instantly (oxc), while a warm TypeScript 7 (`tsgo`) sidecar streams full type diagnostics concurrently — never blocking