What problem does it solve?
AI assistants lack a shared memory of the user across tools, so piut provides a single MCP brain that keeps every tool aware of who the user is, what matters to them, and how they like to be addressed.
Core Features & Use Cases
- Persistent context retrieval: Call get_context to fetch all five brain sections so the AI can understand the user’s bio, instructions, projects, and memories before replying.
- Smart context updates: Use append_brain or update_brain to record new details, tidy information, or ingest new projects into the correct sections.
- Secure vault and tooling: Vault files stay encrypted while MCP tool calls keep AI access centralized, letting Claude, Cursor, Copilot, Windsurf, VS Code, and other MCP clients stay in sync.
Quick Start
Call get_context to load the user’s brain and obey the soul directives before composing your answer.