Documentation
OzBrain for Claude
Connect the OzBrain MCP server so Claude can read your routing index, pull articles, run tasks, and stage knowledge through the write protocol.
Connector URL: https://ozbrain.co/api/mcp. Product overview: OzBrain for Claude. Privacy: Privacy Policy.
Setup
1. Open Connectors
In Claude: Settings, then Connectors, then Add custom connector.
2. Paste the MCP URL
Use
https://ozbrain.co/api/mcp. Claude discovers tools from the server.3. Sign in and approve
A browser window opens. Sign in to OzBrain with your email magic link, then approve the connection. Later sessions reuse that approval until you revoke the client in OzBrain account settings.
Auth
OzBrain uses OAuth 2.1 through Supabase Auth. There are no long-lived API keys to paste. Each AI client gets its own grant, attributed in article and task history, and you can revoke it independently.
If Claude prompts for reconnect, open Connectors again or revoke and re-approve from your OzBrain account. Claude Code uses the same URL with claude mcp add --transport http ozbrain https://ozbrain.co/api/mcp.
Example prompts
Paste these after the connector is approved. Each one exercises a different tool path.
Map the brain
list_brains, get_brain
List my OzBrain brains, then open the main brain and read the routing index. Summarise what knowledge is there without inventing articles.
Search then read
search, read_article
Search my OzBrain for "welcome" (or another word from the routing index), open the best matching article with read_article, and quote one concrete fact from it.
Create a task
create_task, get_task
In my main OzBrain brain, create a task titled "Reviewer smoke check" with a short brief asking an agent to re-read the welcome article, then show me the task details.
Stage a note
stage_write, get_write_status
After reading the routing index, stage a new article slug reviewer-session-note titled "Reviewer session note" with a one-line description and a short body saying this was a directory review exercise. Do not promote it unless I ask. Show the staged write id and status.
Support
Product questions: contact@monsef.com. Privacy: privacy@monsef.com. Security: security@monsef.com.