Skip to main contentCodeArchitect MCP is designed with privacy as a core principle. Your data stays on your machine.
Data Storage
Local only:
- Sessions saved as markdown files in your project directory
- No external servers or cloud storage
- No third-party services
- Complete control over your data
Location: <project-root>/.codearchitect/sessions/ (customizable via env vars)
Data Collection
No telemetry:
- No usage statistics
- No session content collection
- No personal information
- No system information
- No network requests
No external connections:
- Runs entirely locally
- No internet required
- No API keys needed
Your Control
- Version control: Commit sessions to git
- Review code: Open source on GitHub
- File permissions: Respects system permissions
- Path validation: Prevents directory traversal attacks
Security
- Path validation prevents attacks
- File operations wrapped in error handling
- No arbitrary file system access
Questions? GitHub Issues or Telegram