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 0a47907e0d
commit 99f3ace6bd
8 changed files with 1231 additions and 5 deletions

5
brainy-config.json Normal file
View file

@ -0,0 +1,5 @@
{
"brainCloudCustomerId": "demo-test-auto",
"brainCloudUrl": "https://brain-cloud.dpsifr.workers.dev",
"lastConnected": "2025-08-10T00:59:13.198Z"
}