live_agent

sunprema/live_agent
★ 0 stars Elixir 🤖 AI/LLM Updated today
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 →

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"
      ]
    }
  }
}