Nucleus Brain - Multi-Agent Orchestration
About
Nucleus Brain is an MCP server that provides 10 tools for events, state, artifacts, and triggers; 3 subscribable resources for state, events, and triggers; and 2 prompts for pre-built orchestration commands. It is designed with a privacy-first approach, keeping all data local.
Details
- Author
- LKGargProjects
- Downloads
- 346
- Categories
- Other, AI
Jump to
- 10 MCP Tools for events, state, artifacts, triggers
- 3 MCP Resources: subscribable state, events, triggers
- 2 MCP Prompts: pre-built orchestration commands
- Tested with 11 pytest tests and GitHub Actions CI
- Privacy-first: all data stays local
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Nucleus Brain - Multi-Agent OrchestrationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the server via pip: pip install mcp-server-nucleus-brain. Then configure your MCP client to connect to this server and use its tools, resources, and prompts.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"nucleus brain - multi-agent orchestration": {
"nucleus-brain": {
"command": "python3",
"args": [
"-m",
"mcp_server_nucleus"
],
"env": {
"NUCLEAR_BRAIN_PATH": "/path/to/your/.brain"
}
}
}
}
}
McpServers
{
"nucleus-brain": {
"command": "python3",
"args": [
"-m",
"mcp_server_nucleus"
],
"env": {
"NUCLEAR_BRAIN_PATH": "/path/to/your/.brain"
}
}
}
Features
- 🔧 10 MCP Tools - Events, state, artifacts, triggers - 📡 3 MCP Resources - Subscribable state, events, triggers - 💬 2 MCP Prompts - Pre-built orchestration commands - 🧪 Tested - 11 pytest tests, GitHub Actions CI - 🔐 Privacy-First - All data stays localQuick Start
```bash pip install mcp-server-nucleusSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




