sk_live_ key and it can scan video, audio, or text and read the per-second brain response itself, with no glue code. The MCP and CLI both let you pick the model: mary (the default, reads every modality) or qualia (the video specialist).
One-shot install (Claude Code)
A single command wires Sapient into Claude Code:sk_live_ key from Settings → API at thesapientcompany.com.
Already inside a Claude Code session?
If you’re chatting in Claude Code right now and don’t want to drop to a terminal, paste this prompt and let Claude install it for you:sk_live_ key before sending. Claude will run the command, verify the server is connected, and report back, so you never leave the chat.
One-shot prompt (install and run a scan)
Drop this into Claude Code (or any MCP-capable agent) to install and run your first scan in one go. Fill in your key and a video URL:CLI
Prefer a terminal? The CLI runs a scan and waits for the result:--model mary or --model qualia (Mary is the default). Other commands: sapient get <scan_id>, sapient history, sapient intelligence -q "attention", sapient lenses.
Install in other tools
Sapient is a standard stdio MCP server, so it drops into any MCP-capable editor or agent. Each one is a single copy-paste. Pick yours:- Cursor
- Windsurf
- Codex CLI
- VS Code
- Claude Desktop
- Zed
- Generic MCP JSON
Add to
~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project), then reload:Every tool runs the same command:
npx -y @thesapientcompany/mcp with SAPIENT_API_KEY set. If your tool isn’t listed, use that command in its MCP config and it will work.What the agent gets
| Tool | What it does |
|---|---|
run_scan | Submit content (url or text), pick the model (mary or qualia), choose lenses and options. With wait: true it polls to completion and returns the full result. |
get_scan | Fetch one scan by scan_id: status while running, the full per-second result when complete. |
list_lenses | The 7 selectable lenses with one-line descriptions. |
my_history | The caller’s scan history. |
my_intelligence | Cross-scan patterns and semantic recall over everything you’ve scanned. |
sapient://knowledge-base, with the full explanation of how the models work, the 7 networks, and how to read a scan, so the agent can ground its own interpretation.
The MCP server is a local stdio server: it runs on your machine and talks to the hosted Sapient API. Set
SAPIENT_BASE_URL to point at a different API host.