Install the CLI
Run the install script with your customer key — it downloads the binary, saves your key to
The only output you should see is:
~/.cogniscape/config.json, and installs hooks for Claude Code and Cursor automatically:- macOS / Linux
- Windows (PowerShell)
Your customer key is stored in
~/.cogniscape/config.json — machine-level, shared across all
projects. You only need to configure it once per machine.Cursor hooks are installed automatically when
~/.cursor/ is detected on the machine. If you install Cursor after Cogniscape, run cogniscape init <your-key> again to pick up the Cursor hooks.Uninstall
To fully remove Cogniscape from the machine (removes hooks and the binary):Connect your Claude client
To query your knowledge graph from Claude, add the Cogniscape MCP to your client config.- Claude Desktop (automatic)
- Claude Desktop (manual)
- Claude Code
The fastest way — one command, zero manual JSON editing:This reads your customer key from
~/.cogniscape/config.json and injects the
cogniscape-reader MCP server into Claude Desktop’s config automatically.
Restart Claude Desktop to activate the connection.