Sailop fits into the tools you already use. CLI, MCP, CI/CD, REST API — pick your workflow and start detecting AI slop in minutes.
17 agents: Claude Code, Cursor, Windsurf, Copilot, Codex, Gemini CLI, Continue, Aider, Kiro, Antigravity, JetBrains AI, Tabnine, Bolt, v0, Lovable, Replit Agent, Base44.
See per-agent setup snippetsVIEW DOCS →
Native /sailop skill. Scan, fix and generate design systems without leaving your terminal.
$ npx sailop install && sailop setup --globalVIEW DOCS →
MCP server tools appear directly in Cursor chat. Scan files and get inline fixes from the editor.
// .cursor/mcp.json
"sailop": { "command": "sailop", "args": ["mcp","--stdio"] }VIEW DOCS →Use Sailop through any VS Code extension that supports MCP, or run the CLI from the integrated terminal.
$ npx sailop installCOMING SOON
Block AI slop in pull requests. Fails the build if the slop score exceeds your threshold.
$ npx sailop ci ./src --threshold 50VIEW DOCS →
REST endpoints for any tool. Scan text, get scores, retrieve findings programmatically.
$ curl -X POST https://api.sailop.com/scan \
-H "Authorization: Bearer $KEY" \
-d '{"text":"..."}'VIEW DOCS →Global CLI with scan, fix, generate, report and MCP server commands. Works everywhere Node runs.
$ npx sailop installVIEW DOCS →