First 5 minutes
1. Connect to Scribe MCP
Point your MCP client to Scribe and verify tool discovery.
scribe_command({ command: "help", args: [] })2. Find relevant transcriptions
Search before loading large records.
scribe_command({ command: "search", args: ["roadmap", "--limit", "10"] })3. Load minimal context first
Use summary and metadata before segments.
scribe_command({ command: "summary", args: ["<id>"] })