feat: Brain Cloud integration with MCP server and CLI commands

- Add brainy connect command for one-click Brain Cloud setup
- Create MCP server for AI memory persistence
- Add cloud management commands (export, status, dashboard)
- Automatic customer ID detection and configuration
- Natural language instructions for AI assistants
- Support for multi-agent coordination
- Complete Brain Cloud integration for solving AI Amnesia
This commit is contained in:
David Snelling 2025-08-09 18:27:21 -07:00
parent 4594b20450
commit 90baeeb4a3
6 changed files with 1065 additions and 5 deletions

View file

@ -219,6 +219,7 @@
"cli-table3": "^0.6.3",
"commander": "^11.1.0",
"dotenv": "^16.4.5",
"inquirer": "^12.9.1",
"ora": "^8.0.1",
"prompts": "^2.4.2",
"uuid": "^9.0.1"