james96744/agenticswarm-brain
Portable repo-aware multi-agent orchestration scaffold that audits any codebase, discovers local/global capabilities, and self-maintains through automated startup rechecks and policy-driven routing.
Platform-specific configuration:
{
"mcpServers": {
"agenticswarm-brain": {
"command": "npx",
"args": [
"-y",
"agenticswarm-brain"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Portable, repo-aware orchestration scaffold for building a self-maintaining multi-agent brain inside any codebase.
AgenticSwarm Brain is designed to be dropped into a repository, inspect that repository plus the globally installed agent/skill/MCP/CLI/model surface, populate a portable capability graph, and keep itself updated through automated startup rechecks and maintenance.
Most agent frameworks stop at prompts, tools, or task routing. This project is meant to operate more like a reusable orchestration layer:
The goal is not just “run agents.” The goal is to give a repository a persistent, inspectable, self-updating brain.
The brain inspects:
The system is built around:
After bootstrap, the brain can:
Loading reviews...