II.
Page reference
Reading · 1 minpage:docs-agent-mux-reference-agents-omp
OMP reference
Adapter for the OMP agent CLI.
OMP
Adapter for the **OMP** agent CLI.
Install
amux install ompSupported on macOS, Linux and Windows.
Auth
- **Provider API keys** — provider-specific env vars.
Config file: ~/.omp/agent/settings.json.
Minimal run
amux run omp --prompt "Lint this file"Notable flags
--model <id>— defaultdefault.--prompt <text>— forwarded prompt.
Session files
- Location:
~/.omp/agent/sessions/*.jsonl - JSONL; events
text,message,tool_callare recognized.
Plugins
Plugin support: **no**. Use MCP servers for extensibility.
MCP Servers
amux mcp install omp <mcp-server>
amux mcp list ompRegistry: https://modelcontextprotocol.io
Capabilities
Tool calling (not parallel), tool-call streaming, text streaming, 128k context.
Known limitations
- No parallel tool calls.
- No thinking / JSON / structured output.
- No image or file input.
- Approval mode is not forwarded to the CLI.
- Global config only (
supportsProjectConfig: false).