Get started

Connect Origin to your AI tools.

Start with the Claude Code plugin, or add Origin to another MCP-compatible client through the local MCP server.

Origin teamUpdated May 15, 20264 min setup

Setup path

01

Claude Code

02

MCP clients

03

Local daemon

01

Claude Code plugin

This is the fastest path. The plugin handles daemon setup, MCP wiring, local memory setup, and the first round-trip check.

/plugin marketplace add 7xuanlu/origin
/plugin install origin@7xuanlu
/init

If Claude Code asks for a restart after installing, restart once, then run /init.

02

Other MCP clients

For Cursor, Codex, Claude Desktop, Gemini CLI, and other MCP-compatible clients, set up the local Origin runtime first. Then add the MCP connector to the client.

Origin setup installs the CLI, daemon, and MCP connector, configures local memory, registers the daemon with launchd, and verifies status.

npx -y @7xuanlu/origin setup
{
  "mcpServers": {
    "origin": {
      "command": "npx",
      "args": ["-y", "origin-mcp"]
    }
  }
}

03

What to try first

Store one durable project fact, then ask your agent to recall it in a new session. Origin should make that context visible, searchable, and available through the same local memory layer.