offrouter-adapter-cline
v0.34.0
Published
Cline adapter for OffRouter. Installs the OffRouter MCP server into Cline's `cline_mcp_settings.json` so `offrouter install cline` works, with rollback.
Readme
offrouter-adapter-cline
Cline adapter for OffRouter. Installs the OffRouter MCP server into Cline's
cline_mcp_settings.json so offrouter install cline works, with rollback.
Install
npm install offrouter-adapter-clineThen register with the CLI:
offrouter install cline --profile cline-personalThis installs the OffRouter MCP server entry (mcpServers.offrouter) into
Cline's MCP settings file, enabling policy-based model selection for delegated
tasks. The entry is merged (never clobbering other servers) and is fully
rollback-able via offrouter uninstall cline.
Cline MCP settings location
- macOS:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json - Linux:
~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json - Windows:
%APPDATA%/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
Set OFFROUTER_CLINE_SETTINGS to override the full file path (used for tests
and non-default VS Code profiles).
