{
  "markdown": "# Reco MCP Plugins\n\nMCP (Model Context Protocol) plugins for connecting Claude Code and Cursor to the [Reco](https://reco.ai) SaaS security platform.\n\n## Structure\n\n```\n├── claude/   — Claude Code plugin\n└── cursor/   — Cursor plugin\n```\n\nBoth plugins connect to the same Reco MCP server and configure themselves on first use — no manual environment variable setup required.\n\n## Installation\n\n### Claude Code\n\nInstall 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).\n\nOn first use, run `/reco-setup` — Claude will ask for your tenant domain (e.g. `yourcompany.reco.ai`) and configure the MCP server automatically.\n\n### Cursor\n\nInstall from the [Cursor Marketplace](https://cursor.com/marketplace), or copy the `cursor/` directory into your project root (or `~/.cursor/` for a global install).\n\nOn first use, invoke the `reco-setup` skill — Cursor will prompt for your tenant domain and configure the connection.\n\n#### Hooks (optional)\n\nTo stream Cursor agent activity to Reco, install the hook relay:\n\n```bash\nmkdir -p ~/.cursor/hooks\ncp cursor/hooks/reco-relay.sh ~/.cursor/hooks/reco-relay.sh\nchmod +x ~/.cursor/hooks/reco-relay.sh\ncp cursor/hooks.json ~/.cursor/hooks.json\n```\n\nThen set your Reco webhook URL (recommended: write to a file so Cursor's GUI inherits it regardless of shell env):\n\n```bash\necho \"https://yourcompany.reco.ai/webhook/cursor\" > ~/.cursor/reco-webhook-url\n```\n\nThe relay script is fire-and-forget — it never blocks, denies, or modifies any agent action.\n\n## Requirements\n\n- A Reco tenant with MCP enabled\n- An API key from your Reco tenant (Settings → API Keys)\n",
  "bytes": 1713,
  "sha": "1e88f0ba913721f2a654b6c88799acb62d2cc1ee6af039f0a972623dade0b822",
  "repo_slug": "recolabs/reco-mcp-plugins",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_recolabs_reco_mcp_plugins_reco_aa4bc97f/readme"
}