Brain Config

The Brain Config node emits a Base64-encoded TOML snippet that points the MCP client at the hosted Brain SSE server. Provide your Brain repository name and drop the node into the start of any MCP workflow to bootstrap the connection.

  • Category: Hurozo/Brain
  • Inputs: repository (defaults to <repo_name>)
  • Output: config_base64 — ready to paste into an mcp.toml file or merge with other configs.

The node automatically targets https://brainmcp.hurozo.com. When your deployment runs with the _dev collection prefix it switches to https://devbrainmcp.hurozo.com so development agents stay isolated.

[mcp_servers.brainmcp]
transport = "http-sse"
rpc_url = "https://brainmcp.hurozo.com/messages/"
sse_url = "https://brainmcp.hurozo.com/sse/"
headers = { "X-Brain-Repository" = "acme/knowledge-base", "X-Brain-Branch" = "master" }
startup_timeout_ms = 35000

Previously named Brain MCP Config. Existing workflows keep working automatically; Hurozo translates the old type and name to the new Brain Config node at load time.