# MCP Memory TypeScript - Documentation Index
Complete documentation organized by category. For project setup and quick start, see the main [README.md](../README.md).
## Core Documentation (Root Level)
- [README.md](../README.md) - Project overview, features, and quick start
- [CHANGELOG.md](../CHANGELOG.md) - Version history and release notes
- [CLAUDE.md](../CLAUDE.md) - Claude AI agent instructions and development guide
- [DEPLOYMENT.md](../DEPLOYMENT.md) - Complete deployment guide for all environments
---
## Quick Reference Guides
- [DOCUMENTATION_QUICK_REFERENCE.md](./quick-reference/DOCUMENTATION_QUICK_REFERENCE.md) - Quick reference for all documentation
- [QUICK_ACCESS_PRODUCTION.md](./quick-reference/QUICK_ACCESS_PRODUCTION.md) - Production environment quick access guide
---
## User Guides
### Getting Started
- [CLI-GUIDE.md](./guides/CLI-GUIDE.md) - Complete CLI tool documentation
- [LOG_LEVEL_GUIDE.md](./guides/LOG_LEVEL_GUIDE.md) - Log verbosity configuration
- [CHANGESET_GUIDE.md](./guides/CHANGESET_GUIDE.md) - Version management and releases
### Migration & Schema
- [MIGRATION_QUICK_START.md](./guides/MIGRATION_QUICK_START.md) - Database migration guide
- [SCHEMA_OPTIMIZATION_GUIDE.md](./schema/SCHEMA_OPTIMIZATION_GUIDE.md) - Schema design and optimization
- [DATABASE_SCHEMA_ANALYSIS.md](./schema/DATABASE_SCHEMA_ANALYSIS.md) - Detailed schema analysis
### Contacts & Calendar
- [CONTACTS_SYNC_QUICK_START.md](./guides/CONTACTS_SYNC_QUICK_START.md) - Contacts synchronization guide
- [GOOGLE_SETUP_GUIDE.md](./guides/GOOGLE_SETUP_GUIDE.md) - Google Cloud setup and OAuth
- [GOOGLE_CONTACTS_SYNC_GUIDE.md](./guides/GOOGLE_CONTACTS_SYNC_GUIDE.md) - Google Contacts integration
- [GOOGLE_CALENDAR_SYNC_GUIDE.md](./guides/GOOGLE_CALENDAR_SYNC_GUIDE.md) - Google Calendar integration
- [GOOGLE_MIGRATION_GUIDE.md](./guides/GOOGLE_MIGRATION_GUIDE.md) - Migrate to Google sync
---
## Features Documentation
- [WEB_INTERFACE.md](./features/WEB_INTERFACE.md) - Web interface documentation
- [GOOGLE_SYNC.md](./features/GOOGLE_SYNC.md) - Google integration overview
- [CONTACTS_SYNC_PERFORMANCE_OPTIMIZATION.md](./features/CONTACTS_SYNC_PERFORMANCE_OPTIMIZATION.md) - Sync optimization strategies
- [FEATURES.md](./features/FEATURES.md) - Complete feature list
---
## API Reference
- [GOOGLE_API_REFERENCE.md](./api/GOOGLE_API_REFERENCE.md) - Google sync REST API documentation
- [API-SERVER-SIDE.md](./api/API-SERVER-SIDE.md) - Server-side API documentation
---
## Security & Authentication
### OAuth & Clerk Integration
- [CLERK_IMPLEMENTATION_NOTES.md](./security/CLERK_IMPLEMENTATION_NOTES.md) - Clerk setup guide
- [CLERK_MIGRATION_SUMMARY.md](./security/CLERK_MIGRATION_SUMMARY.md) - Authentication migration guide
- [OAUTH_IMPLEMENTATION_COMPLETE.md](./oauth-implementation/OAUTH_IMPLEMENTATION_COMPLETE.md) - OAuth implementation overview
- [OAUTH_IMPLEMENTATION_SUMMARY.md](./oauth-implementation/OAUTH_IMPLEMENTATION_SUMMARY.md) - OAuth implementation details
- [OAUTH_DELIVERY_SUMMARY.md](./oauth-implementation/OAUTH_DELIVERY_SUMMARY.md) - OAuth delivery checklist
- [OAUTH_DEPLOYMENT_CHECKLIST.md](./oauth-implementation/OAUTH_DEPLOYMENT_CHECKLIST.md) - OAuth deployment steps
- [OAUTH_DEPLOYMENT_STATUS.md](./oauth-implementation/OAUTH_DEPLOYMENT_STATUS.md) - Current OAuth deployment status
- [CLAUDE_AI_CONNECTOR_CONFIG.md](./oauth-implementation/CLAUDE_AI_CONNECTOR_CONFIG.md) - Claude AI OAuth configuration
### Security Reports
- [CLAUDE_AI_OAUTH_RESEARCH_REPORT.md](./reports/CLAUDE_AI_OAUTH_RESEARCH_REPORT.md) - OAuth research and analysis
---
## Deployment Documentation
### Deployment Guides
- [DEPLOYMENT_COMPARISON.md](./deployment/DEPLOYMENT_COMPARISON.md) - Deployment options comparison
- [REMOTE_MCP_DEPLOYMENT_REPORT.md](./deployment/REMOTE_MCP_DEPLOYMENT_REPORT.md) - Remote MCP deployment guide
- [REMOTE_MCP_PRODUCTION_STATUS.md](./deployment/REMOTE_MCP_PRODUCTION_STATUS.md) - Production status and monitoring
- [DEPLOYMENT_CHECKLIST.md](./deployment/DEPLOYMENT_CHECKLIST.md) - Pre-deployment verification
### Vercel Deployment
- [VERCEL_ENV_SETUP.md](./deployment/VERCEL_ENV_SETUP.md) - Vercel environment configuration
- [REMOTE_MCP_SETUP.md](./deployment/REMOTE_MCP_SETUP.md) - Remote MCP server setup
---
## Testing & Quality Assurance
### Testing Guides
- [TESTING.md](./testing/TESTING.md) - Testing strategy and guidelines
- [VERIFICATION-CHECKLIST.md](./testing/VERIFICATION-CHECKLIST.md) - Pre-deployment checklist
- [MIGRATION_TEST_REPORT.md](./testing/MIGRATION_TEST_REPORT.md) - Migration test results
- [QA_TEST_REPORT.md](./testing/QA_TEST_REPORT.md) - Quality assurance tests
- [VERIFICATION_REPORT.md](./testing/VERIFICATION_REPORT.md) - System verification report
### Cleanup & Data Quality
- [CLEANUP_INDEX.md](./testing/CLEANUP_INDEX.md) - Data cleanup guide index
- [DATA_QUALITY_CLEANUP_REPORT.md](./testing/DATA_QUALITY_CLEANUP_REPORT.md) - Data quality analysis
- [ENTITY_CLEANUP_INDEX.md](./testing/ENTITY_CLEANUP_INDEX.md) - Entity cleanup guide
- [NULL_ID_CLEANUP_GUIDE.md](./testing/NULL_ID_CLEANUP_GUIDE.md) - NULL ID fix guide
---
## Reports & Analysis
### Implementation Reports
- [DOCUMENTATION_ORGANIZATION_REPORT.md](./reports/DOCUMENTATION_ORGANIZATION_REPORT.md) - Documentation organization summary
- [CLAUDE_AI_OAUTH_RESEARCH_REPORT.md](./reports/CLAUDE_AI_OAUTH_RESEARCH_REPORT.md) - OAuth implementation research
---
## Architecture & Planning
- [MASTER_PLAN.md](./architecture/MASTER_PLAN.md) - Project roadmap and architecture
- [UNIFIED_ARCHITECTURE.md](./architecture/UNIFIED_ARCHITECTURE.md) - System architecture overview
- [PROJECT_SUMMARY.md](./architecture/PROJECT_SUMMARY.md) - Project summary
---
## Development Documentation
- [SEMANTIC-SEARCH-ANALYSIS.md](./development/SEMANTIC-SEARCH-ANALYSIS.md) - Search algorithm analysis
- [COST_TRACKING.md](./development/COST_TRACKING.md) - API cost tracking
- [CLAUDE_DESKTOP_USAGE.md](./development/CLAUDE_DESKTOP_USAGE.md) - Claude Desktop integration
---
## Additional Resources
### Tools & Utilities
- [vCard Documentation](./vcard/) - vCard export/import specifications
### Archived Documentation
- [Archive](./archive/) - Previous versions and deprecated documentation
---
## Documentation Organization
### By Topic
**Getting Started**: README.md, CLI-GUIDE.md, DEPLOYMENT.md
**Database**: Schema guides, migration documentation, cleanup guides
**Authentication**: OAuth and Clerk implementation guides
**Integrations**: Google Contacts/Calendar, macOS Contacts sync
**Testing**: Test reports, verification checklists, QA documentation
**Deployment**: Deployment comparison, Vercel setup, production guides
### By User Type
**End Users**: README.md, CLI-GUIDE.md, user guides in `guides/`
**Developers**: CLAUDE.md, architecture docs, development guides
**DevOps**: DEPLOYMENT.md, deployment guides, security documentation
**Contributors**: Testing guides, architecture documentation, master plan
---
**Last Updated**: 2025-10-20
**Documentation Version**: 1.7.2
For questions or issues, please refer to the troubleshooting sections in individual guides or file an issue on GitHub.