Brain

joe9939/Brain
★ 0 stars TypeScript AI/LLM Updated today
Brain-inspired multi-agent system implementing Foundation Agent paper (arXiv 2504.01990). 20 brain-region agents, 8 MCP servers, OpenCode plugin.
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": {
    "brain": {
      "command": "npx",
      "args": [
        "-y",
        "joe9939/Brain"
      ]
    }
  }
}

README Excerpt

# Brain Agent — Foundation Agent for OpenCode Brain-inspired multi-agent system implementing [arXiv 2504.01990](https://arxiv.org/abs/2504.01990) (Foundation Agents). 24 brain-region agents, 4 enhanced MCP servers, 1 safety plugin (G1-G7), 32/32 tests passing. <div align="center"> </div> --- ```bash

Topics

agentaifoundation-agentgptllmmulti-agentneuroscienceopencode