Add nucleus-brain plugin (persistent memory + cross-agent coordination)#54
Open
eidetic-works wants to merge 1 commit into
Open
Add nucleus-brain plugin (persistent memory + cross-agent coordination)#54eidetic-works wants to merge 1 commit into
eidetic-works wants to merge 1 commit into
Conversation
Adds the Nucleus Brain plugin (persistent memory + cross-agent coordination for AI coding agents) to the Grok Build Plugin Marketplace catalog. Plugin source: https://github.com/eidetic-works/nucleus-mcp SHA-pinned to bda2246f65ba9b5dc9b4feb087c23aaea113905a The plugin bundles: - .mcp.json: hosted MCP server at relay.nucleusos.dev/mcp (OAuth 2.1) - .grok-plugin/plugin.json: plugin metadata - skills/nucleus-memory/SKILL.md: memory/engram capability Tools exposed (17 total): engrams (memory), tasks, relay (cross-agent messaging), audit, governance, federation, sessions, features, sync, orchestration, telemetry, slots, infra, agents, route, ccr_arm, relay_subscribe. Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Nucleus Brain plugin to the Grok Build Plugin Marketplace catalog.
Nucleus Brain gives AI coding agents persistent memory, task management, and cross-agent coordination. Write memories (engrams) that survive across sessions, search past decisions, track tasks with depth scoring, and relay messages between AI agents working on the same project.
https://relay.nucleusos.dev/mcp(OAuth 2.1, email-only consent, no API key needed)bda2246f65ba9b5dc9b4feb087c23aaea113905aPlugin structure
Tools exposed (17 total)
nucleus_engrams (Memory & Engrams), nucleus_tasks (Task Management), nucleus_relay (Relay Messaging), nucleus_audit (Audit Log), nucleus_governance (Governance), nucleus_federation (Federation), nucleus_sessions (Session Management), nucleus_features (Feature Flags), nucleus_sync (Cross-Agent Sync), nucleus_orchestration (Orchestration), nucleus_telemetry (Telemetry), nucleus_slots (Slots & Sprints), nucleus_infra (Infrastructure), nucleus_agents (Agent Spawning), nucleus_route (Cost Router), nucleus_ccr_arm (CCR Arm), nucleus_relay_subscribe (Relay Subscription)
Catalog entry
{ "name": "nucleus-brain", "description": "Persistent memory, task management, and cross-agent coordination for AI coding agents...", "category": "development", "source": { "source": "url", "url": "https://github.com/eidetic-works/nucleus-mcp.git", "sha": "bda2246f65ba9b5dc9b4feb087c23aaea113905a" }, "homepage": "https://eidetic.works", "keywords": ["nucleus", "memory", "engrams", "persistent memory", "cross-agent", "relay", "tasks", "audit"], "domains": ["nucleusos.dev", "eidetic.works", "relay.nucleusos.dev"] }Test plan
grok plugin marketplace listshowsnucleus-braingrok plugin install nucleus-brain --trustinstalls without errorrelay.nucleusos.dev/mcpvia OAuth 2.1Search my engrams for decisions about authenticationreturns seeded demo dataWhat tasks are in my brain?returns seeded task listGenerated with Devin