Getting Started
Inspecto is for the moment when you already see the issue in the browser and want to move straight to source or an AI agent with the right context.
Fast Setup
If this is your first time using Inspecto, you do not need to understand MCP, IDE routes, or setup layers yet. Do one thing: pick the editor / AI assistant you already use, then run one command.
That command sets up the common full experience:
- click a component in the browser with source context attached;
- use
Alt + Clickto open the source file; - send Inspect / Annotate context to your AI assistant.
- optionally add project-specific workflow buttons later, such as
Deploy Preview,Review & PR, orRelease.
From your project root, run one command:
npx @inspecto-dev/cli integrations install copilot --host-ide vscodenpx @inspecto-dev/cli integrations install claude-code --scope project --host-ide vscodenpx @inspecto-dev/cli integrations install cursor --host-ide cursornpx @inspecto-dev/cli integrations install trae --host-ide trae-cnnpx @inspecto-dev/cli integrations install codex --host-ide vscodenpx @inspecto-dev/cli integrations install gemini --host-ide vscodenpx @inspecto-dev/cli integrations install coco --host-ide trae-cnnpx @inspecto-dev/cli integrations install codebuddy --host-ide codebuddy-cn(Prefer pnpm dlx, yarn dlx, or bunx instead of npx if you use them).
Not sure which one to pick?
- Using VS Code + Copilot: choose
Copilot. - Using Cursor: choose
Cursor. - Using Trae CN: choose
Trae; if you use Coco, chooseCoco. - Using CodeBuddy: choose
CodeBuddy. - Only want source jump without AI: see Manual Installation.
- Only want a standalone MCP agent without an IDE extension: see MCP Integration.
Once run, Inspecto will attempt to open an onboarding session in your IDE. If it doesn't open automatically, open a chat with your AI assistant and say:
"Set up Inspecto in this project"
Want to know what the automated setup does? See Onboarding Integrations.
After Setup
- Restart your dev server (e.g.
npm run dev) so the Inspecto plugin picks up the new config. - Open your app in the browser — you should see the Inspecto launcher overlay.
- Try it out:
Alt + Clickany component to jump to source- Click the launcher for
Inspect modeorAnnotate mode - In
Annotate mode, collect one or more UI notes; clickCreate Taskon the MCP channel to create a structured task, orAsk AIon the IDE channel for a one-shot handoff
If your project uses MCP annotation ("delivery.mode": "mcp"), the annotation sidebar also shows the latest task timeline. Use it to confirm that the task was queued, claimed by the agent, updated with progress replies, and resolved or dismissed.
For custom automation, add kind: "workflow" entries in .inspecto/prompts.json. These appear as workflow buttons in Annotate mode. A button can send a deploy, PR, release, or review instruction to the agent; the agent then uses its own skills, MCP servers, and tools to complete the work while Inspecto tracks the session.
If components don't highlight or nothing reaches your editor, run:
npx @inspecto-dev/cli doctorNeed to check supported environments or AI tools? See the Compatibility Checklist and Supported AI Tools.
Need Help?
For common troubleshooting (shortcut conflicts, IDE plugin issues, etc.), see the Troubleshooting & FAQ.