Nucleus Brain - Multi-Agent Orchestration

by LKGargProjects

346 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Nucleus Brain - Multi-Agent Orchestration
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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 local

Quick Start

```bash pip install mcp-server-nucleus
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.