mindswapAI context
mindswap ยท project context for AI tools

Stop re-explaining
the same repo.

Mindswap keeps project context inside the repo so you can switch between AI tools without rebuilding the whole conversation, re-typing decisions, or asking the model to rediscover the work.

See CLI See MCP server
1
stateful repo flow that survives tool switches
2
entry points: CLI for the repo, MCP for AI clients
3
steps to get running: install, initialize, connect
what a first setup looks like
$ npm install -g mindswap
โœ“ install the CLI once from npm

$ npx mindswap init
โœ“ detect the stack and prepare the repo

$ npx mindswap
โœ“ save the current task and context

$
Problem

What developers keep running into with AI tools.

The pain is usually the same: a fresh session starts blind, decisions get repeated, and the next tool has to guess instead of continuing.

pain 01

The next AI starts blind

It does not know the current task, the branch, or the last decision unless you teach it again.

pain 02

Switching tools breaks context

Moving from one editor or client to another often drops the working memory that was already built.

pain 03

Old notes are scattered

Decisions, blockers, and handoffs live in different places, so the next session has to search and reassemble them.

Solution

What mindswap gives you instead.

One repo-level system that saves context, generates handoff files, and gives AI clients a clean way to read the same work.

CLI

MindSwap CLI

Set up a repo, save the current state, check health, resume work, and keep the handoff files fresh.

Open CLI guide
MCP

MindSwap MCP

Let Claude, Cursor, Codex, and other clients ask the repo for context, memory, and history directly.

Open MCP guide
npm

Install from npm

Use the package from the official npm registry, then run the CLI commands locally in your repo.

Open npm package
Get started

Three steps to start using it.

Keep the sequence simple: install, initialize, then choose CLI or MCP depending on how you work.

Start from the npm package.

Open the npm listing, copy the install command, then choose the CLI guide or MCP guide depending on how you want to use mindswap.