
Nucleus Brain - Multi-Agent Orchestration
@LKGargProjects
About Nucleus Brain - Multi-Agent Orchestration
🧠 The Core of Your AI Agents
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nucleus-brain": {
"command": "python3",
"args": [
"-m",
"mcp_server_nucleus"
],
"env": {
"NUCLEAR_BRAIN_PATH": "/path/to/your/.brain"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Nucleus Brain - Multi-Agent Orchestration?
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.
How to use Nucleus Brain - Multi-Agent Orchestration?
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.
Key features of Nucleus Brain - Multi-Agent Orchestration
- 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
Use cases of Nucleus Brain - Multi-Agent Orchestration
—
FAQ from Nucleus Brain - Multi-Agent Orchestration
—
More Reasoning MCP servers
Agentic MCP Client
peakmojoA standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.
End-to-End Agentic AI Automation Lab
MDalamin5This repository contains hands-on projects, code examples, and deployment workflows. Explore multi-agent systems, LangChain, LangGraph, AutoGen, CrewAI, RAG, MCP, automation with n8n, and scalable agent deployment using Docker, AWS, and BentoML.
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
mcp-agentic-rag
rukshannetMCP Server for Agentic RAG applications
Proplan Mcp
King-ProplanMCP server that gives Claude persistent project memory — roadmap, session history, and codebase context. Type continue and Claude picks up exactly where you left off
Comments