MCP server for persistent development memory across projects. Automatically captures and organizes development context, code changes, and user interactions.
- Handoff Document - Current status and next steps
- Design Document - System architecture
- Working Notes - Implementation details
# Install dependencies
npm install
# Build the project
npm run build
# Start the server
npm start
.
├── src/
│ ├── core/ # Core functionality
│ │ ├── store.ts # Storage implementation
│ │ ├── context.ts # Context management
│ │ └── types.ts # Type definitions
│ ├── sdk/ # MCP SDK integration
│ └── index.ts # Main server
├── docs/ # Documentation
└── scripts/ # Utility scripts
- Phase 1: Robustness (January 2025) - Current
- Phase 2: Intelligence (February 2025)
- Phase 3: Integration (March 2025)
- Status: Blocked on file system issues
- Priority: High - blocking development context capture
- Location: /Users/chetpaslawski/Documents/VS Code Projects/dev-memory-server