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
curl -fsSL https://get.synap.ing | sh This 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 decisions What 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 is installed as a compiled binary via the installer. Run synap setup to configure it for your AI tools.