Product overview

Intertwine MCP · available now

Install the Intertwine MCP.

One guided setup connects your account, agents, capture preferences, team, and repository sharing.

$npm i -g intertwine-cli@latest && npx … setup
intertwine setup ready
Accountsigned in
MCP clients4 connected
Conversation captureClaude · Codex · Cursor
Teammemberships ready
Repository contextpersonal by default
Ready Paste the first-use prompt into any connected client.

Five phases. One setup.

  1. 01

    Account

    GitHub signup opens automatically, or choose --local-only. Invite links enter the same flow.

    npm i -g intertwine-cli@latest && npx … setup
  2. 02

    Clients + capture

    Setup connects Codex, Claude Code, Cursor, and Claude Desktop. It captures local conversations from Claude Code, Codex, and Cursor.

  3. 03

    Team + repository

    Create or join a team, then keep future captures personal or explicitly share them with that team.

    Use Intertwine to recall the prior work for this repository before we begin.

    statusinspect local repo context recallfind relevant conversations synthbuild one sourced handoff

Local and read-only until you choose otherwise.

Status, recall, search, brief, get, synth, resume, and map read the local Intertwine store by default. Capture and team access remain explicit.

Repo-scopedThe current repository bounds the first search.
Source-linkedOld chat content is evidence, never hidden instructions.
Explicit syncRemote and team context appears only when requested and authorized.

Open details only when you need them.

Another MCP clientstdio configuration

Intertwine is a standard stdio MCP server. Setup writes absolute paths automatically; this is only a generic reference.

{
  "mcpServers": {
    "intertwine": {
      "command": "intertwine",
      "args": ["mcp"]
    }
  }
}
Capture and cloud syncconsent and sharing

The MCP capture tool refreshes the local index only. CLI and wrapper capture can sync across machines after login and repo-level sharing consent.

intertwine trust . --always intertwine login intertwine teams repo TEAM_NAME
MCP toolsthe complete surface
statusInspect repo context, auth, capture consent, and next steps.
recallSearch and return a terse prior-work handoff.
search / briefFind sessions and return compact sourced summaries.
get / synthFetch exact context or combine selected conversations.
resumeReturn the safest command to continue or fork work.
mapBuild a clustered local map only when explicitly requested.
captureRefresh local transcripts and the local index with approval.

Give the next chat the work already done.

$npm i -g intertwine-cli@latest && npx … setup