07 — Brain6 tools
A clone of my brain, exposed as an MCP server.
Connect this server to Claude, Cursor, or any MCP-aware client. Your assistant can then ask my work, opinions, research, and bookmarks directly — and quote me back to me.
Endpoint
MCP URL
https://christarasovs.com/api/mcp
Tools exposed
| Tool | What it does |
|---|---|
| get_bio | Identity card — name, title, location, current focus. |
| search_brain | Free-text search across work, research, opinions, bookmarks. |
| get_opinions | Working opinions / takes. Filter by topic. |
| get_work | Projects shipped. Filter by status. |
| get_research_links | Annotated papers, repos, posts. Filter by type. |
| get_bookmarks | Curated reading list. |
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json then restart.
claude_desktop_config.json
{
"mcpServers": {
"chris-brain": {
"url": "https://christarasovs.com/api/mcp"
}
}
}Cursor
Settings → MCP → Add Server. Or paste into ~/.cursor/mcp.json.
mcp.json
{
"mcpServers": {
"chris-brain": {
"url": "https://christarasovs.com/api/mcp"
}
}
}Try asking
- →What does Chris think about agent memory?
- →Show me Chris's opinions on evals.
- →What papers has Chris annotated about MCP?
- →List Chris's live projects.
- →Search Chris's brain for 'provenance'.
