Loading page
gad CLIFull terminal access to memories, workspaces, todos, agents, and diagnostics. Works from any directory — no per-repo setup required.
npm install -g @great-arrow/cliRequires Node.js 24 or later.
# Authenticate
gad login
# Search your memory
gad memory search "deployment architecture"
# List workspaces
gad workspace list
# Health check
gad doctor
gad loginAuthenticate via browser or --tokengad logoutRemove stored credentialsgad whoamiShow current user and workspacegad memory createCreate a new memorygad memory search <query>Semantic searchgad memory listList recent memoriesgad memory get <id>Show full memorygad memory delete <id>Soft-delete a memorygad workspace listList all workspacesgad workspace switch <name>Set active workspacegad workspace infoShow workspace detailsgad workspace membersList members and rolesgad todo listShow open todosgad todo create <title>Create a todogad todo done <id>Mark as donegad todo update <id>Update status or fieldsgad doctorFull health check (token, API, integrations, MCP)gad integrations listShow connected integrationsgad integrations sync <kind>Trigger manual syncgad mcp statusConnection status and versiongad mcp logsTail MCP connection loggad mcp testFull handshake diagnosticgad mcp install <client>Write MCP config for a clientgad agent listList available agentsgad agent invoke <id>Execute an agentgad ask <question>Ask the orchestratorgad completions <shell>Generate shell completions--jsonMachine-readable JSON output on all list/query commands--quietSuppress headers and decorations — emit only data--no-colorDisable color output (auto-disabled when stdout is not a TTY)Need per-repo workspace binding instead? Set up one workspace per repo →