Documentation Index
Fetch the complete documentation index at: https://docs.tryscott.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
See the Quickstart for instructions on how to install the Scott terminal integration.Commands
scott login
Authenticates the CLI via your browser. Opens app.tryscott.ai/auth/cli, then receives the session token over a local loopback so it never leaves your machine via any third party.
scott setup
Wires Scott’s skills, rule, and hosted MCP server entry into your coding agent. A bare scott setup auto-detects installed agents. Pass flags when you want to target specific agents.
scott remove
Inverse of scott setup. Removes Scott’s skills, rule, and MCP entry from the chosen agent without touching the rest of its config.
--skills-only to leave the MCP entry in place, --mcp-only to remove only the MCP entry, or --project to operate on current-project config.
scott logout
Clears the stored credentials at ~/.scott/credentials.json.