Agents and MCP Connections

What’s New

Introducing Agents Agents are AI orchestrators that reason over natural language and call your existing tasks to get work done. An agent can select and run multiple tasks in sequence, hold a multi-turn conversation, and stream its responses as it works. Build one in the dashboard and give it the tasks it needs. See Agents.

MCP Server Connections Connect external Model Context Protocol (MCP) servers to bring third-party tools into Rightbrain. Authenticate with OAuth or an API key, discover the tools a server offers, and register the ones you want to use. Connections stay healthy over time with automatic token refresh and clear status when re-authentication is needed. See Connections and MCP.

Task Triggers in the Dashboard The triggers system now has a home in the dashboard. Configure webhook triggers on a task from a redesigned task layout, without touching the API.

Improvements

  • New CLI commands to list, get, update, and export tasks, enabling a Cursor plugin to manage tasks directly from your editor
  • Non-interactive CLI login for use in CI and automation
  • Typed SDK generation so your task inputs and outputs are checked in code
  • Task run status badges and clearer revision handling in the task view
  • Inspect individual webhook deliveries with a new event lookup

MCP connections let an agent use tools from services you already rely on. Authenticate once, register the tools, and your agents can call them as part of a run.