The brain exposes a Model Context Protocol endpoint so Claude (desktop, Code, or the API) can read and write the library and look up assets directly.
Endpoint
https://brain.confluxionpoint.com/api/mcp Authenticate with the brain's API token as a bearer header.
Claude config
{
"mcpServers": {
"confluxion-brain": {
"type": "http",
"url": "https://brain.confluxionpoint.com/api/mcp",
"headers": { "Authorization": "Bearer <YOUR_API_TOKEN>" }
}
}
} Tools
list_libraryget_doccreate_docupdate_doclist_assetsget_asset