LIVE ENDPOINT
https://relay.nucleusos.dev/mcp
Connect to this endpoint to inspect the live schema for nucleus_relay and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT 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.
Related tools
nucleus_governance— Governance, Hypervisor & security tools for the Nucleus Agent OS.nucleus_features— Feature tracking, proof generation & MCP server mounting.nucleus_sessions— Session management, events, state & checkpoint tools.nucleus_tasks— Task management, depth tracking & ADHD context-switch tools.nucleus_sync— Sync, artifact, trigger & deploy management for multi-agent coordination.nucleus_next_message— Get the next unread relay message.nucleus_relay_subscribe— Long-poll subscription that pushes ctx.nucleus_ccr_arm— One-shot convenience: resolve canonical inbox + arm long-poll subscription.