Back to the catalog

reco

Reco SaaS & AI security — query app risks, shadow IT, AI agents, user posture, and access events directly from Claude Code

Open source Repository Open in the app JSON README (API)

About

Reco SaaS & AI security — query app risks, shadow IT, AI agents, user posture, and access events directly from Claude Code

Details

Kind
Plugins
Topic
No topic detected
Publisher
recolabs
Origin
marketplace
Category
ferramentas
Last push
2026-06-11T15:51:36Z
Repository state
ativo
Language
Shell
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
recolabs/reco-mcp-plugins/reco

README

# Reco MCP Plugins

MCP (Model Context Protocol) plugins for connecting Claude Code and Cursor to the [Reco](https://reco.ai) 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](https://claude.ai/settings/plugins), 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](https://cursor.com/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:

```bash
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):

```bash
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)

More