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

  • 8 MCP Tools for agent 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

pip install mcp-server-nucleus

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

📁 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.0.tar.gz (5.9 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.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcp_server_nucleus-0.2.0.tar.gz
  • Upload date:
  • Size: 5.9 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.0.tar.gz
Algorithm Hash digest
SHA256 ea82f769f0e3f95cc52557e942d37f7a51937c288b03a68dc15606f93f31d192
MD5 cb93673c23bd5c44971b78599b0783ee
BLAKE2b-256 58a37c0b17a975f16e7f4b035959dff9042659ed57e34e9e4f5ae7b31abfbd00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mcp_server_nucleus-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d6a69df00c45bf7de45b6b83ddfa0642b2218281db87342d631515cf3f6caafc
MD5 548273713d05186929fa2e84c3094870
BLAKE2b-256 20f8973e1cc5a88404ebf95f4beb521667bca128db1f52f9d108053d706428ab

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