开发记忆
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