开发记忆
STDIO自动捕获和组织开发上下文的服务器
自动捕获和组织开发上下文的服务器
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