Get Started
Install CodeArchitect MCP and configure it for your coding agent in minutes.
Start Using CodeArchitect - It’s That Easy!
After installation, simply ask your AI assistant:Example Prompts
Get help:- Export chat from Cursor/VS Code to
~/.codearchitect/exports/ - Say:
use codearchitect store_session - Tool auto-detects export file and saves it
Storage Locations
Main location (always):~/.codearchitect/sessions/
- Windows:
C:\Users\YourName\.codearchitect\sessions\ - Linux/Mac:
~/.codearchitect/sessions/
~/.codearchitect/exports/
- Export chats here for automatic detection
project/.codearchitect/sessions/
- Only if
projectDirparameter is specified
Folder Structure
Sessions are automatically organized in readable folders:Why CodeArchitect MCP?
Solves the problem of losing valuable AI conversations. Important discussions with AI assistants often disappear, especially during system design and architecture work.Preserve Knowledge
Save conversations as searchable markdown files
Organize Thoughts
Auto-organized by date and topic folders
Searchable
Search with grep, IDE, or git
Zero Configuration
Works out of the box
Quick Start
1
Install
2
Configure
See Installation Guide for your IDE (Cursor, VS Code, Claude Desktop, Windsurf, Continue.dev, Cline).
3
Start Using
Just say:Your AI assistant will show you everything you can do!
Current Features (v0.1.8)
- ✅
codearchitect_help- Discover available features withuse codearchitect - ✅ Session Storage - Save AI conversations in topic-named folders (summary.md + full.md)
- ✅ Session Retrieval - Get and list stored sessions with TOON format support (~40% token reduction)
- ✅ Session Search - Full-text search across all sessions with relevance scoring and context snippets
- ✅ Auto-Organization - Organized by date in readable topic folders
- ✅ Smart Topics - Extracts topics from conversations with redundant suffix removal
- ✅ Automatic Export Detection - Auto-detects Cursor/VS Code export files from
~/.codearchitect/exports/ - ✅ VS Code JSON Support - Full support for VS Code’s JSON export format
- ✅ Export Filename Matching - Match specific export files by pattern
- ✅ Reliable Storage - Always saves to
~/.codearchitect/sessions/(home directory) - ✅ Optional Project Save - Optionally save to project folder with
projectDirparameter - ✅ Token Optimization - TOON format reduces token usage by ~40% for LLM interactions
- ✅ Date Filtering - Filter search results by specific date or date range
- ✅ Result Limiting - Limit number of search results returned
Roadmap
- 🔜 Session Management - Delete, export sessions
- 🔜 Architecture Tools - Analyze, document, review designs
- 🔜 Workflow Tools - Track decisions, manage tech debt
Links
- 📦 npm: codearchitect-mcp
- 💻 GitHub: tairqaldy/codearchitect-mcp
- 👨💻 Author: Tair Kaldybayev