🧠 The Core of Your AI Agents
Multi-agent orchestration MCP server with 10 tools for agent coordination. Features:
• Persistent memory via local .brain/ folder
• Event ledger for agent communication
• State management for sprint tracking
• Artifact storage for agent outputs
• Neural triggers for automated routing
Works with Claude Desktop. Your data stays local.
pip install mcp-server-nucleus
Server Config
{
"mcpServers": {
"nucleus-brain": {
"command": "python3",
"args": [
"-m",
"mcp_server_nucleus"
],
"env": {
"NUCLEAR_BRAIN_PATH": "/path/to/your/.brain"
}
}
}
}