ALEKSANDRA_BRAIN_v4

navyforses/ALEKSANDRA_BRAIN_v4
★ 0 stars JavaScript AI/LLM Updated 5d ago
v4.0 — Living research brain for pediatric HIE. 5-layer architecture (Perception→Memory→Cognition→Visualization→Action), 52 MCP servers, 5 CrewAI agents, 3D brain viewer. Built for Aleksandra.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aleksandra_brain_v4": {
      "command": "npx",
      "args": [
        "-y",
        "navyforses/ALEKSANDRA_BRAIN_v4"
      ]
    }
  }
}