live

astralarium/live
★ 0 stars Python Code/Dev Tools Updated 1mo ago
A log-tailing MCP server
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": {
    "live": {
      "command": "uvx",
      "args": [
        "live"
      ]
    }
  }
}

Or install with pip: pip install live

README Excerpt

Stream long-lived command output to coding agents. See [DESIGN.md](DESIGN.md) for the design spec and [DEVELOPMENT.md](DEVELOPMENT.md) for working on `live` itself. ```sh pipx install astralarya-live uv tool install astralarya-live ``` ```sh live run -n dev npm run dev # record under PTY, mirror to terminal