"Your AI remembers nothing. ContextFlow remembers everything."
Persistent AI coding context for teams. Stop repeating yourself — save, resume, and share context across sessions, editors, and teammates.
npm install -g contextflow-cli# 1. Initialize in your repo
contextflow init
# 2. Work on your code... then save context
contextflow save
# -> Interactive prompts capture: Task, Approaches, Decisions, Next Steps
# 3. Resume in ANY editor
contextflow resume
# -> Copies a perfectly formatted prompt to your clipboard
# -> Paste into Cursor, Claude, or ChatGPT to restore full context| Command | Description |
|---|---|
contextflow init |
Initialize ContextFlow in current repo |
contextflow save [msg] |
Save context (interactive or quick mode) |
contextflow save --auto |
Auto-extract from editor session logs |
contextflow resume |
Generate AI prompt & copy to clipboard |
contextflow log |
View context history for current branch |
contextflow diff |
Show changes since last context save |
| Command | Description |
|---|---|
contextflow handoff @user |
Hand off context to a teammate |
contextflow share |
Commit .contextflow/ to git for team sync |
contextflow watch |
Auto-save on file changes |
contextflow hook install |
Install git post-commit hook |
| Command | Description |
|---|---|
contextflow summarize |
AI-generate context from git activity |
contextflow suggest |
AI-suggest next steps |
contextflow compress |
Compress old context into summary |
| Command | Description |
|---|---|
contextflow config set <key> <val> |
Set preferences |
contextflow config list |
View all configuration |
{
"mcpServers": {
"contextflow": {
"command": "npx",
"args": ["-y", "contextflow", "mcp"]
}
}
}Exposes tools: contextflow_save, contextflow_resume, contextflow_log and resource contextflow://context.
MIT