A centralized memory system for Copilot that combines PostgreSQL, Weaviate vector database, and JSON storage for semantic search and context management. ```mermaid graph TD C(["Clients<br/>Copilot · Claude · Users"]) C -->|"HTTP REST"| API C -->|"HTTP browser"| DASH C -->|"MCP Protocol"| MCP subgraph app["Application Layer"]