MCP Workflows
Common workflows you can run from Claude Code, Cursor, or any MCP client.
Overview
With MCP, your IDE's AI agent orchestrates Cygent tools directly. Here are common workflows you can run from Claude Code, Cursor, or any MCP client.
Your IDE's AI agent composes these tools automatically based on your natural-language requests. Just describe what you want — you don't need to call tools manually.
Review, triage, fix
Review findings
cygent_findings — Review what was found, filtered by severity.
Inspect a finding
cygent_finding_detail — Get the recommendation, root cause, and affected code.
Triage
cygent_mark_finding_invalid — Reject false positives, or cygent_update_finding_status to mark as fixed/wontfix.
Apply a fix
Your IDE makes the fix locally using the finding context.
Verify before commit
cygent_check_code — Verify Solidity changes are safe before committing.
Bulk triage
List findings
cygent_findings — List all findings for the project.
Inspect each
cygent_finding_detail — Inspect each finding in depth.
Mark invalid or update status
cygent_mark_finding_invalid / cygent_update_finding_status — Dismiss false positives or mark as fixed/wontfix.
Delete stale findings
cygent_delete_finding — Remove findings you no longer need.