MCP Quickstart
Connect any MCP client to the Unison brain in 60 seconds: one install command for Claude Code, Cursor, Codex, or Claude Desktop.
Connect your coding agent to the Unison brain in one command.
# Claude Code
claude mcp add unison-brain -e UNISON_TOKEN=usk_live_... -- npx -y @unisonlabs/mcp
# Codex
codex mcp add unison-brain --env UNISON_TOKEN=usk_live_... -- npx -y @unisonlabs/mcpCursor / Claude Desktop / anything JSON-configured:
{
"mcpServers": {
"unison-brain": {
"command": "npx",
"args": ["-y", "@unisonlabs/mcp"],
"env": { "UNISON_TOKEN": "usk_live_..." }
}
}
}No key yet? npx @unisonlabs/cli auth login (email OTP, no browser) or see the quickstart.
Verify
Ask your agent: "call brain_status". A working setup returns document/entity/fact counts. Then try: "use brain_context to check what we know about your project".
Full tool list and per-user scoping: MCP server.
CLI
The unison CLI - auth, search, context recall, document and knowledge-graph commands, and admin operations, grouped for humans and shell agents.
MCP server
Add the Unison brain to Claude Code, Cursor, Codex, or any MCP client with @unisonlabs/mcp - a deliberately curated tool set so agent context stays lean.