Rust iroh server: LLM relay, PTY shell, and the MCP↔iroh bridge (azula binary + azula-demos)
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"
]
}
}
}
Run in terminal:
claude mcp add azula-cli cargo run -- azula-cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"azula-cli": {
"command": "cargo",
"args": [
"run",
"--",
"azula-cli"
]
}
}
}