I.
Wiki article
Reading · 1 mindocs/agent-mux/reference/agents/cursor
Cursor reference
Adapter for the Cursor editor's agent CLI.
Continue reading
Nearby pages in the same section.
Cursor
Adapter for the **Cursor** editor's agent CLI.
Install
amux install cursorSupported on macOS, Linux and Windows.
Auth
- **API key** —
CURSOR_API_KEY. - **Browser login** — sign in to your Cursor account.
Auth/config file: ~/.cursor/settings.json.
Minimal run
amux run cursor --prompt "Refactor this function"Notable flags
--model <id>— defaultcursor-fast.--prompt <text>— forwarded fromRunOptions.prompt.
Session files
- Location:
~/.cursor/sessions/*.jsonl - JSONL format; events of type
text,message,tool_callare parsed.
Hooks
Hook support: **yes** — Compatible with Claude Code hooks. Supports lifecycle events with cross-platform configuration.
Hook configuration:
- Global:
~/.cursor/hooks.json - Project:
.cursor/hooks.json - Enterprise:
/etc/cursor/hooks.json
MCP Servers
amux mcp install cursor <mcp-server>
amux mcp list cursorRegistry: https://modelcontextprotocol.io
Capabilities
Tool calling with parallel tool calls, text and tool-call streaming, image input, file input, 128k context. Project-level config is supported.
Known limitations
- Installation is manual (no npm/brew);
amux agent install cursorreports manual-only. - No thinking / reasoning modes.
- No JSON / structured-output mode.
- Approval modes are not explicitly wired (no
--yoloflag emitted).