Architecture at a Glance
The four layers
┌─────────────────────────────────┐
│ AI Agents │ The consumers
│ Claude · ChatGPT · Cursor │
└────────────────┬────────────────┘
│ MCP
┌─────────────────────────┐ ┌────▼─────────────────────┐
│ AI Context Flow │ │ Plurality MCP Server │ The clients
│ (Browser Extension) │ │ │
│ capture · organize · │ │ exposes memory buckets │
│ permission · share │ │ to AI agents │
└────────────┬────────────┘ └─────────────┬────────────┘
│ │
│ read / write │ read / write
▼ ▼
┌──────────────────────────────────────────────────────┐
│ Memory Buckets │ The primitive
│ user-owned · encrypted · portable │
└──────────────────────────────────────────────────────┘Layer 1 — Memory Buckets (the primitive)
Layer 2a — AI Context Flow (the product)
Layer 2b — The Plurality MCP Server (the bridge)
Layer 3 — Your AI agents (the consumers)
How a request flows (the MCP Way)
How a request flows (the Browser Extension Way)
Last updated