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+
python3 -m pip install mcp-server-nucleus

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

💬 MCP Prompts

Prompt Description
activate_synthesizer Orchestrate current sprint
start_sprint Initialize a new sprint

📁 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.3.tar.gz (184.6 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.3-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcp_server_nucleus-0.2.3.tar.gz
  • Upload date:
  • Size: 184.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.2 cpython/3.11.14 HTTPX/0.28.1

File hashes

Hashes for mcp_server_nucleus-0.2.3.tar.gz
Algorithm Hash digest
SHA256 a3947cb6ce47603c398adff3c0d309b8b5df79a713c7a9e0175cb977bcd0b09c
MD5 6a4bbba201dc2bb3c97a8124402bb0bc
BLAKE2b-256 dc1a4ec3c1290f8e6b25c3196367bc3c2d8c09d4780265f5279185fbaf3c4b2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mcp_server_nucleus-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.2 cpython/3.11.14 HTTPX/0.28.1

File hashes

Hashes for mcp_server_nucleus-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7c01ca010aaf00e158035dcdef9d6deec3ed04dd72e651154cc3b92d079ede57
MD5 a89853a4293d1fa262b756d53ec6ca2a
BLAKE2b-256 f0909cf31cca93ef1901cd6f433a81579313ca0c5c9284e22fb889eb5d51cc5b

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