Mcp

MCP Quickstart

Connect any MCP client to the Unison brain in 60 seconds: one install command for Claude Code, Cursor, Codex, or Claude Desktop.

unison-brain

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/mcp

Cursor / 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.

On this page