The xysq CLI is a cross-agent installer. With one command, it detects every AI agent on your machine — Claude Code, Cursor, Codex, Claude Desktop, Gemini CLI, Copilot CLI, Antigravity — and wires the xysq MCP server and memory skill into each one’s config. No per-agent setup, no copy-pasting JSON snippets.Documentation Index
Fetch the complete documentation index at: https://docs.xysq.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
Get an API key
Sign in at app.xysq.ai/connect and click Generate API Key. It starts withxysq_.
Install for every detected agent
- Prompt for your API key (or read it from
XYSQ_API_KEYenv /--api-keyflag). - Validate the key against
api.xysq.ai/whoami. - Store the key securely in your OS keychain (macOS Keychain / Windows Credential Manager / Linux libsecret).
- Detect every supported agent installed on your machine.
- Wire the xysq MCP server into each agent’s config (preserving every other server you’ve configured).
- Install the xysq memory skill where the host supports one.
Install for specific agents only
Pass agent names to skip auto-detection:--only / --skip:
claude-code, claude-desktop, cursor, codex, gemini-cli, copilot-cli, antigravity.
Non-interactive (CI / dotfiles)
--json emits a machine-readable report; --yes skips all confirmation prompts.
Next steps
- Commands reference — full flag list for every command
- Supported agents — what gets written where, per host
- Configuration — env vars, state, cache, logs
- Troubleshooting — common errors and exit codes