From 7e2e194d37a2e10be2a9e6310bb27b0e4683f357 Mon Sep 17 00:00:00 2001 From: skills-bot Date: Thu, 3 Sep 2026 18:10:15 +0000 Subject: [PATCH] Teach the Corgea CLI skill about MCP installation --- plugins/corgea/skills/corgea-scan/SKILL.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/plugins/corgea/skills/corgea-scan/SKILL.md b/plugins/corgea/skills/corgea-scan/SKILL.md index d0a30b0..ecc5390 100644 --- a/plugins/corgea/skills/corgea-scan/SKILL.md +++ b/plugins/corgea/skills/corgea-scan/SKILL.md @@ -1,6 +1,6 @@ --- name: corgea-scan -description: Drive the Corgea CLI to scan code for security vulnerabilities with the AI-powered BLAST scanner and apply the AI-generated fixes, gate pip and npm installs against vulnerable or malicious packages, inventory dependencies and produce SBOMs, and look up advisories. Use when asked to security-scan a project, scan a pull request diff or uncommitted changes before committing, install a pip/npm package safely, list or inspect Corgea findings, view or apply a fix diff, upload a Semgrep/SARIF/Checkmarx/Coverity/Fortify report, gate CI on severity, or produce SARIF for GitHub Code Scanning. +description: Drive the Corgea CLI to scan code for security vulnerabilities with the AI-powered BLAST scanner and apply the AI-generated fixes, gate pip and npm installs against vulnerable or malicious packages, inventory dependencies and produce SBOMs, look up advisories, and install Corgea MCP for an agent. Use when asked to security-scan a project, scan a pull request diff or uncommitted changes before committing, install a pip/npm package safely, connect an agent to Corgea MCP, list or inspect Corgea findings, view or apply a fix diff, upload a Semgrep/SARIF/Checkmarx/Coverity/Fortify report, gate CI on severity, or produce SARIF for GitHub Code Scanning. --- # Corgea CLI @@ -66,6 +66,16 @@ corgea login --url https://.corgea.app # single-tenant token `CORGEA_TOKEN` and `CORGEA_URL` are both read from the environment, so a bare `corgea login` works in CI when they are set. +## Connect an agent to Corgea MCP + +```bash +corgea mcp install --agent +``` + +This installs or refreshes the hosted Corgea MCP server in the agent's config, +using the URL and token from the Corgea login. Check `corgea mcp install --help` +for supported agents, scopes, and config locations. + ## Core commands ```bash