II.
Page overview
Reference · livepage:docs-agent-mux-reference-agents-cursor
Cursor overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for page:docs-agent-mux-reference-agents-cursor.
Attributes
nodeKind
Page
sourcePath
docs/agent-mux/reference/agents/cursor.md
sourceKind
repo-docs
title
Cursor
displayName
Cursor
slug
docs/agent-mux/reference/agents/cursor
articlePath
wiki/docs/agent-mux/reference/agents/cursor.md
article
# Cursor
Adapter for the **Cursor** editor's agent CLI.
## Install
```bash
amux install cursor
```
Supported 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
```bash
amux run cursor --prompt "Refactor this function"
```
## Notable flags
- `--model <id>` — default `cursor-fast`.
- `--prompt <text>` — forwarded from `RunOptions.prompt`.
## Session files
- Location: `~/.cursor/sessions/*.jsonl`
- JSONL format; events of type `text`, `message`, `tool_call` are 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
```bash
amux mcp install cursor <mcp-server>
amux mcp list cursor
```
Registry: 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 cursor` reports manual-only.
- No thinking / reasoning modes.
- No JSON / structured-output mode.
- Approval modes are not explicitly wired (no `--yolo` flag emitted).
documents
[]
Outgoing edges
None.
Incoming edges
contains_page1
- page:docs-agent-mux-reference·PageAgent Mux Reference