Reach out
Connectors
Your crew can act inside the apps you already use. The built-in, owner-only composio tool brings 1,000+ app connectors — Gmail, Slack, GitHub, Notion, Calendar, Linear and more — with managed OAuth.
Composio#
Set a Composio key once. From inside a turn the agent can discover available connectors, connect an account through managed OAuth, and execute actions by slug. Because it is owner-only, a channel peer can never trigger an action against your connected accounts.
Connectors powered by Composio
OAuth#
The companion oauth_authorize tool drives the authorization handshake for a connector that needs it, so connecting a new account happens in the flow of a conversation rather than a separate setup step.
MCP, both directions#
Brigade speaks the Model Context Protocol. You can expose your long-term memory out to any MCP client over stdio:
$ brigade mcp # serves the `main` agent's memory$ brigade mcp --agent support # a specific agentIt surfaces add / search / context tools, owner-bound. Point an editor or desktop assistant at the command brigade mcp. You can also connect external MCP servers in, so their tools become available to your agents. See Memory (Tideline) for the memory side.