-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
33 lines (24 loc) · 1.31 KB
/
.env.example
File metadata and controls
33 lines (24 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Optional: protect the proxy so only your services can call it
# CURSOR_BRIDGE_API_KEY=your-secret-key
# Optional: Cursor CLI path (default: agent)
# CURSOR_AGENT_BIN=agent
# Optional: bind and port
# CURSOR_BRIDGE_HOST=127.0.0.1
# CURSOR_BRIDGE_PORT=8765
# Optional: workspace for Cursor CLI (default: current working directory)
# CURSOR_BRIDGE_WORKSPACE=/path/to/your/project
# Optional: Cursor mode (ask | plan | agent)
# CURSOR_BRIDGE_MODE=ask
# Optional: default model when request doesn't specify one
# CURSOR_BRIDGE_DEFAULT_MODEL=auto
# Optional: timeout per completion in ms
# CURSOR_BRIDGE_TIMEOUT_MS=300000
# Optional: enable Cursor Max Mode (larger context, more tool calls). Works when using
# CURSOR_AGENT_NODE/SCRIPT or Windows .cmd layout (agent.cmd with node.exe + index.js in same dir).
# CURSOR_BRIDGE_MAX_MODE=true
# Optional: pool of configuration directories for multiple accounts (comma-separated).
# Useful for round-robin rotation to avoid rate limits or split load between agents.
# CURSOR_CONFIG_DIRS=/Users/alice/Library/Application Support/cursor-agent,/Users/bob/Library/Application Support/cursor-agent
# Optional: when true and CURSOR_CONFIG_DIRS is set, run each account on a separate port
# (starting from CURSOR_BRIDGE_PORT) instead of single-port round-robin.
# CURSOR_BRIDGE_MULTI_PORT=true