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
Quick start
Five phases. One setup.
-
01
Account
GitHub signup opens automatically, or choose
--local-only. Invite links enter the same flow.npm i -g intertwine-cli@latest && npx … setup -
02
Clients + capture
Setup connects Codex, Claude Code, Cursor, and Claude Desktop. It captures local conversations from Claude Code, Codex, and Cursor.
-
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
Defaults
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.
Reference
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.
Ready
Give the next chat the work already done.
npm i -g intertwine-cli@latest && npx … setup