Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.5Wiki
Agentic AI Atlas · agent-mux-remote
docs/agent-mux/reference/agents/agent-mux-remotea5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
AmpClaude CodeOpenAI CodexGitHub CopilotCursorDroid
I.
Wiki article

docs/agent-mux/reference/agents/agent-mux-remote

Reading · 2 min

agent-mux-remote reference

Meta-adapter that invokes amux on a remote target (SSH host, Docker container, or Kubernetes pod) and bridges its event stream back to the local client. Useful for running any supported agent in an isolated or remote environment.

Page nodewiki/docs/agent-mux/reference/agents/agent-mux-remote.mdNearby pages · 13Documents · 0

Continue reading

Nearby pages in the same section.

AmpClaude CodeOpenAI CodexGitHub CopilotCursorDroidGemini CLIHermesOMPOpenClawOpenCodePiQwen Code

agent-mux-remote

Meta-adapter that invokes amux on a **remote target** (SSH host, Docker container, or Kubernetes pod) and bridges its event stream back to the local client. Useful for running any supported agent in an isolated or remote environment.

Install

bash
amux install agent-mux-remote

Supported on macOS, Linux and Windows.

Auth

Auth is delegated to the invocation mode:

  • local — reuse the current shell's env.
  • ssh — SSH config / keys.
  • docker — Docker context; env vars are passed via -e.
  • k8s — kubectl context.

The adapter itself has no credentials of its own.

Minimal run

bash
AMUX_REMOTE_AGENT=claude \
  amux run agent-mux-remote --prompt "Hello from a container"

Or explicitly:

ts
await client.run({
  agent: 'agent-mux-remote',
  prompt: 'Hello',
  invocationMode: { kind: 'docker', image: 'my/amux:latest' },
  env: { AMUX_REMOTE_AGENT: 'claude' },
});

Notable flags

The adapter emits:

Code
amux run --json --agent <AMUX_REMOTE_AGENT> --prompt <text>
    [--model <id>] [--session <id>] [--yolo|--deny]

The **invocation mode** (ssh/docker/k8s) wraps these args. See Invocation Modes.

Session files

  • sessionDir() returns '' — sessions live on the remote target under that agent's own session directory.

Plugins

Plugin support: **no**. Use MCP servers for extensibility.

MCP Servers

bash
amux mcp install agent-mux-remote <mcp-server>
amux mcp list agent-mux-remote

Registry: https://modelcontextprotocol.io

Known limitations

  • No bundled models — defaultModelId is undefined. You must pick the model via RunOptions.model according to the remote agent.
  • No config schema of its own; config lives with the remote agent.
  • Session resume works only if the remote agent supports it and the session file is reachable on the target.
  • Because events are proxied, extra latency vs. running locally.

Trail

Wiki
Babysitter Docs
agent-mux docs
Agent Mux Reference

Agents

agent-mux-remote

Continue reading

Amp
Claude Code
OpenAI Codex
GitHub Copilot
Cursor
Droid
Gemini CLI
Hermes

Page record

Open node ledger

wiki/docs/agent-mux/reference/agents/agent-mux-remote.md

Documents

No documented graph nodes on this page.