New:Socket for Asana Is Now Available.Learn more
Sign In

offrouter-adapter-cursor

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

offrouter-adapter-cursor

Cursor adapter for OffRouter. Installs the OffRouter MCP server into Cursor's global MCP config (`~/.cursor/mcp.json`) so `offrouter install cursor` works, with rollback.

latest
npmnpm
Version
0.34.0
Version published
Weekly downloads
31
-57.53%
Maintainers
1
Weekly downloads
 
Created
Source

offrouter-adapter-cursor

Cursor adapter for OffRouter. Installs the OffRouter MCP server into Cursor's global MCP config (~/.cursor/mcp.json) so offrouter install cursor works, with rollback.

Install

npm install offrouter-adapter-cursor

Then register with the CLI:

offrouter install cursor --profile cursor-personal

This installs the OffRouter MCP server entry (mcpServers.offrouter) into Cursor's MCP config 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 cursor.

Cursor MCP config location

  • All platforms: ~/.cursor/mcp.json

The file uses the Claude-Desktop shape:

{
  "mcpServers": {
    "offrouter": { "command": "offrouter", "args": ["mcp", "serve"] }
  }
}

Set OFFROUTER_CURSOR_CONFIG to override the full file path (used for tests and non-default Cursor setups).

  • offrouter.com
  • GitHub
  • Docs

FAQs

Package last updated on 06 Aug 2026

Related posts