
Dev Memory
STDIOPersistent development memory server for capturing and organizing development context across projects.
Persistent development memory server for capturing and organizing development context across projects.
MCP server for persistent development memory across projects. Automatically captures and organizes development context, code changes, and user interactions.
⚠️ BLOCKED: Currently experiencing issues with file system access and JSON response handling. See Handoff Document for 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