Developer Tools
nucleusos.dev
Tools for managing and coordinating agents in the Nucleus Agent OS, including governance, task tracking, session control, and sync.
ENDPOINT 1
https://relay.nucleusos.dev/mcp
MCP server metadata
- Name
- Nucleus Brain
- Version
- 3.4.4
Known tools 28
nucleus_governanceGovernance, Hypervisor & security tools for the Nucleus Agent OS.
Inferred read-onlynucleus_syncSync, artifact, trigger & deploy management for multi-agent coordination.
Inferred read-onlynucleus_ccr_armOne-shot convenience: resolve canonical inbox + arm long-poll subscription.
Inferred read-onlynucleus_delegateHand a coding or review task to a cross-vendor lane — a cheap, non-Claude agent that does the work for you.
Inferred read-onlynucleus_lane_startStart autonomous lane daemons (watcher + executor + secretary) in background.
Inferred read-onlynucleus_lane_statusCheck lane status: task counts (PENDING/IN_PROGRESS/DONE/CONFIRMED), daemon health, spec verification.
Inferred read-onlynucleus_plan_importImport a plan file as PENDING tasks without starting a mission.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nucleus-brain]
url = "https://relay.nucleusos.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nucleus-brain": {
"type": "http",
"url": "https://relay.nucleusos.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nucleus-brain
Remote MCP URL: https://relay.nucleusos.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nucleus-brain": {
"url": "https://relay.nucleusos.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nucleus-brain": {
"type": "http",
"url": "https://relay.nucleusos.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nucleus-brain",
"transport": "streamable-http",
"url": "https://relay.nucleusos.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nucleusos.dev was fetched 2026-08-28T20:46:09.197Z.
nucleusos.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.