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

# Create a new .brain/ directory with sample config
python3 -m mcp_server_nucleus.cli init

Configuration (Claude Desktop)

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

{
  "mcpServers": {
    "nucleus-brain": {
      "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.2.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.2-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcp_server_nucleus-0.2.2.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.2.tar.gz
Algorithm Hash digest
SHA256 3afd2c67d250d3b6630d6c1b9726ebc8ed4acdde02b0eec457090f7f186830ca
MD5 af25145b8a00b4774f48f28800a9bbca
BLAKE2b-256 3cb98f041b811edce6d4c651b1e0e0d88627928b86adfba1157c0a916ae7ed84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mcp_server_nucleus-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 8.8 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 44ee110750e3de4a9ab4debb3cf5f7aecde3805bc00294007b0a225f8f9ded00
MD5 30f5a41ac8500fc8b4b1943d2e52675a
BLAKE2b-256 00c2e9549bb5cf44b5b03dd2a22872040d313705f14bc5f8eaa37bd3598603f4

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