Environment Variables
MCP / CLI
| Variable | Purpose |
|---|---|
OFFERLY_MCP_API_URL | apps/api's origin the MCP server or CLI talks to. |
OFFERLY_MCP_TOKEN | An ofmcp_… service token, minted via Settings → MCP Connections. |
OFFERLY_MCP_CONFIG | Path to a JSON file holding both values, as an alternative to setting them separately. |
These names carry the OFFERLY_MCP_ prefix deliberately, not by oversight. They're an
external contract from before the Offerly → Jobweave product rename (2026-08-13) and are
intentionally left unrenamed, along with the offerly-mcp* CLI binary names — changing them
would break every existing integration silently.
Local stack
Set per-app in .env.dev / .env.dev.local (gitignored), not at the repo root — see
Quick Start and Local Development
for the process that loads them.