Persistent AI coding context memory for developers and teams.
Git tracks your code history. ContextMemory tracks your intent history.
Never re-explain your architecture, decisions, or progress to AI assistants again.
Install globally from npm:
npm install -g @akashkobal/contextmemoryVerify installation:
contextmemory --helpInitialize inside your project:
contextmemory initSave your working context:
contextmemory saveQuick save:
contextmemory save "Implemented multi-model execution"Resume your context:
contextmemory resumeThis copies a formatted prompt to your clipboard.
Paste it into ChatGPT, Cursor, Claude, or any AI coding tool.
ContextMemory creates:
.contextmemory/
├── context.json
├── history/
│ ├── entry-1.json
│ ├── entry-2.json
Each entry captures:
- Task
- Goal
- Approaches
- Decisions
- Current State
- Next Steps
contextmemory init
contextmemory save
contextmemory resume
contextmemory log
contextmemory diffcontextmemory watch
contextmemory hook install
contextmemory handoff @usernameAdd to your MCP configuration:
{
"mcpServers": {
"contextmemory": {
"command": "npx",
"args": ["-y", "@akashkobal/contextmemory", "mcp"]
}
}
}- Spring Boot
- React
- Node.js
- Python
- Microservices
- Monorepos
AI Tools:
- ChatGPT
- Cursor
- Claude
- Copilot
- Windsurf
MIT
Akash Kobal
GitHub: https://github.com/AkashKobal