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_..." } } } }
Click to show internal directories.
Click to hide internal directories.