Skip to main content

The Core of Your AI Agents - Model Context Protocol Server

Reason this release was yanked:

IP protection during private beta transition.

Project description

🧠 Nucleus MCP Server

PyPI version Python 3.10+ License: MIT

The Core of Your AI Agents — Multi-agent orchestration MCP server

mcp-server-nucleus connects your local "Nuclear Brain" agentic system with MCP-compatible clients like Claude Desktop, Cursor, and more.

✨ Features

  • 10 MCP Tools for agent orchestration
  • 3 MCP Resources for subscribable state
  • 2 MCP Prompts for pre-built orchestration
  • Local Intelligence — Directly manipulates your .brain/ directory
  • Event-Driven — Emit and listen to system events
  • Zero-Knowledge Default — Your data stays local

🚀 Quick Start

Installation

# Requires Python 3.10+ (use python3.11 if your default python3 is older)
python3.11 -m pip install mcp-server-nucleus

# Or with pip directly
pip3.11 install mcp-server-nucleus

Note: If you get "No matching distribution found", your Python version is too old. Check with python3 --version and install Python 3.10+ if needed.

Initialize Your Brain (Smart Init!)

# Create a new .brain/ directory — auto-configures Claude Desktop!
nucleus-init

v0.2.2+: Smart Init automatically detects Claude Desktop and adds the config for you!

Configuration (Claude Desktop)

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "nucleus": {
      "command": "python3",
      "args": ["-m", "mcp_server_nucleus"],
      "env": {
        "NUCLEAR_BRAIN_PATH": "/path/to/your/.brain"
      }
    }
  }
}

Restart Claude Desktop and try: "What's my current sprint focus?"

🛠 Available Tools

Tool Description
brain_emit_event Emit a new event to the ledger
brain_read_events Read recent events
brain_get_state Get current brain state
brain_update_state Update brain state
brain_read_artifact Read an artifact file
brain_write_artifact Write to an artifact file
brain_list_artifacts List all artifacts
brain_trigger_agent Trigger an agent with a task
brain_get_triggers Get all neural triggers
brain_evaluate_triggers Evaluate trigger activation

📡 MCP Resources

Resource Description
brain://state Live state.json content
brain://events Recent events stream
brain://triggers Trigger definitions
brain://context Full context for cold start — click in sidebar for instant context

💬 MCP Prompts

Prompt Description
cold_start Get instant context — sprint, events, artifacts, workflows
activate_synthesizer Orchestrate current sprint
start_sprint Initialize a new sprint

🚀 Cold Start (New in v0.2.4)

Start every new session with full context:

> Use the cold_start prompt from nucleus

Or click brain://context in Claude Desktop's sidebar.

What you get:

  • Current sprint name, focus, and status
  • Recent events and artifacts
  • Workflow detection (e.g., lead_agent_model.md)
  • Lead Agent role assignment

📁 Expected .brain/ Structure

.brain/
├── ledger/
│   ├── events.jsonl
│   ├── state.json
│   └── triggers.json
├── artifacts/
│   ├── research/
│   ├── strategy/
│   └── ...
└── agents/
    └── *.md

📜 License

MIT © Nucleus Team

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_nucleus-0.2.6.tar.gz (188.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_nucleus-0.2.6-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_nucleus-0.2.6.tar.gz.

File metadata

  • Download URL: mcp_server_nucleus-0.2.6.tar.gz
  • Upload date:
  • Size: 188.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for mcp_server_nucleus-0.2.6.tar.gz
Algorithm Hash digest
SHA256 f014edd6a06cf38681269ef610e877996e69fd312796162cf97d1fe55d5dbdeb
MD5 d0f51f3929f188932eff5402e4c1409f
BLAKE2b-256 c6c5bbeb26dfea963f5d9bae98731c717d3306021d8407d8d7cc66128627b578

See more details on using hashes here.

File details

Details for the file mcp_server_nucleus-0.2.6-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_nucleus-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 fd749ec0c85e0b866de4bf5dcedb2a58e173a34a84663993ff7855b8093d1442
MD5 17e5d52885efc549f4335541fa6b96b8
BLAKE2b-256 fd285318b3654637211d0ddffb5b6572628fff162133fd7fbb740ea9bd7ea170

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page