Quickstart
Get Synap connected in under 60 seconds.
Prerequisites
- Node.js 18 or later
- At least one AI tool installed (Claude Code, Claude Desktop, Cursor, or VS Code)
Install
bash
npx arx-setupThis will:
- Prompt for your email and password (or create a new account)
- Authenticate against
api.synap.ing - Write your config to
~/.arx/config.json - Detect installed AI tools and configure them automatically
- Verify the connection
Verify
After setup, restart your AI tool and try a search:
In Claude Code:
Ask Claude: "Search my ARX for recent decisions"Claude will use the arx_search MCP tool automatically.
Or use the slash command (if plugin installed):
/arx recent decisionsWhat just happened?
The setup CLI:
- Created
~/.arx/config.jsonwith your API key and endpoint - Added
ARX_URLandARX_API_KEYto your Claude Code settings - Configured
arx-mcp-serveras an MCP server in Claude Desktop (if installed) - Did the same for Cursor (if installed)
The MCP server runs via npx arx-mcp-server — no binary to download or update. It reads your config file and proxies requests to the ARX API.