Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reco MCP Plugins

MCP (Model Context Protocol) plugins for connecting Claude Code and Cursor to the Reco SaaS security platform.

Structure

├── 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.

Installation

Claude Code

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.

Cursor

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.

Hooks (optional)

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.json

Then 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-url

The relay script is fire-and-forget — it never blocks, denies, or modifies any agent action.

Requirements

  • A Reco tenant with MCP enabled
  • An API key from your Reco tenant (Settings → API Keys)

About

MCP plugins for Claude Code, Cursor, and other AI coding assistants — connects to the Reco SaaS security platform

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages