live-mcp

command
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Command live-mcp is the MCP bridge an agent runs inside its Coder workspace to "come alive": it exposes tools the running claude/omni calls to read prompts and push replies through a togo app's live plugin. The agent's loop is simply "call live_inbox → think → call live_reply".

Config (env):

LIVE_API_URL     base URL of the togo app (default http://localhost:8080)
LIVE_AGENT_TOKEN bearer token from POST /api/live/agents (required)
MCP_HTTP_ADDR    if set, serve Streamable HTTP here instead of stdio

Install into the agent's .mcp.json:

{ "mcpServers": { "live": { "command": "live-mcp",
    "env": { "LIVE_API_URL": "...", "LIVE_AGENT_TOKEN": "lat_..." } } } }

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL