Overview
Workflow for solo developers using Perplexity Pro as a coding helper without a separate Claude Code or Codex subscription. Comet for repo-aware Q&A, Scavio MCP for typed web search, manual paste-back for edits.
Trigger
Per developer Q&A turn
Schedule
Per developer Q&A turn
Workflow Steps
Open Comet on the repo folder
Comet's local file access lets you reference code in the chat.
Attach Scavio MCP via Perplexity Pro+ MCP support
Settings → Connectors → Add MCP server (March 2026 feature).
Ask Q&A questions referencing repo files
Comet handles the file context; Scavio handles the web context.
Apply diffs manually in your editor
Honest tradeoff: Q&A-shaped, not seamless agent loop.
Re-run Q&A iteratively
Fastest with explicit file references in each query.
Python Implementation
# Setup is config; example Scavio MCP add via Perplexity UI:
# Settings → Connectors → Add Custom MCP Server
# URL: https://mcp.scavio.dev/mcp
# Auth: API key (x-api-key)JavaScript Implementation
// Config-only; no application code.Platforms Used
Web search with knowledge graph, PAA, and AI overviews