Skip to main content

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 login

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 setup                 # auto-detect agents
scott setup --claude        # Set up for Claude Code
scott setup --cursor        # Set up for Cursor
scott setup --codex         # Set up for Codex
scott setup --opencode      # Set up for OpenCode
scott setup --gemini        # Set up for Gemini CLI
Multiple agents in one run:
scott setup --claude --cursor

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.
scott remove --claude
Use --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.
scott logout

Typical workflow

See the Quickstart for instructions on how to install the Scott terminal integration.