- 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
14 lines
No EOL
265 B
JSON
14 lines
No EOL
265 B
JSON
{
|
|
"mcpServers": {
|
|
"brain-cloud": {
|
|
"command": "node",
|
|
"args": [
|
|
"brainy-mcp-server.js"
|
|
],
|
|
"env": {
|
|
"CUSTOMER_ID": "demo-test-auto",
|
|
"BRAIN_CLOUD_URL": "https://brain-cloud.dpsifr.workers.dev"
|
|
}
|
|
}
|
|
}
|
|
} |