MCP (Model Context Protocol) plugins for connecting Claude Code and Cursor to the Reco SaaS security platform.
├── claude/ — Claude Code plugin
└── cursor/ — Cursor plugin
Both plugins connect to the same Reco MCP server and configure themselves on first use — no manual environment variable setup required.
Install from the Claude Code plugin directory, or copy the claude/ directory into your project root (or ~/.claude/ for a global install).
On first use, run /reco-setup — Claude will ask for your tenant domain (e.g. yourcompany.reco.ai) and configure the MCP server automatically.
Install from the Cursor Marketplace, or copy the cursor/ directory into your project root (or ~/.cursor/ for a global install).
On first use, invoke the reco-setup skill — Cursor will prompt for your tenant domain and configure the connection.
To stream Cursor agent activity to Reco, install the hook relay:
mkdir -p ~/.cursor/hooks
cp cursor/hooks/reco-relay.sh ~/.cursor/hooks/reco-relay.sh
chmod +x ~/.cursor/hooks/reco-relay.sh
cp cursor/hooks.json ~/.cursor/hooks.jsonThen set your Reco webhook URL (recommended: write to a file so Cursor's GUI inherits it regardless of shell env):
echo "https://yourcompany.reco.ai/webhook/cursor" > ~/.cursor/reco-webhook-urlThe relay script is fire-and-forget — it never blocks, denies, or modifies any agent action.
- A Reco tenant with MCP enabled
- An API key from your Reco tenant (Settings → API Keys)