azula-cli

Azula-App/azula-cli
★ 0 stars Rust Code/Dev Tools Updated today
Rust iroh server: LLM relay, PTY shell, and the MCP↔iroh bridge (azula binary + azula-demos)
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": {
    "azula-cli": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "azula-cli"
      ]
    }
  }
}