live_agent

sunprema/live_agent
★ 0 stars Elixir AI/LLM Updated 1mo ago
An MCP (Model Context Protocol) server plug for Phoenix LiveView that exposes your socket assigns and browser context to AI coding tools like Claude Code.
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_agent": {
      "command": "npx",
      "args": [
        "-y",
        "sunprema/live_agent"
      ]
    }
  }
}