What problem does it solve?
ContextVault solves the session-death problem by persisting your project knowledge as structured markdown documents, so your AI coding assistant doesn’t lose important decisions, fixes, and learnings between sessions.
Core Features & Use Cases
- Two-tier vault (Global + Project): Save reusable patterns in the global vault and project-specific context in the project vault for fast, relevant loading.
- Milestone documentation commands: Capture learnings, bug fixes, architectural decisions, and plans using dedicated commands.
- Index-driven retrieval: Read compact index files at session start and load only the most relevant documents when needed.
- Session handoffs: Generate continuity summaries so the next session can resume with minimal re-explaining.
- Works via MCP or native Claude Code integration: Use the MCP server for any MCP-compatible AI tool, or native slash commands/hooks for Claude Code.
Quick Start
Ask your AI assistant to initialize ContextVault in your current project by running the ctx_init command.