Skip to content

MCP resources

OpenBrain exposes read-only MCP resources with brain:// URI templates. Requires memory:search and a token scoped to the organization in the URI.

brain_summary

brain://{organizationId}/summary

Plain-text summary: organization name, total memory count, top facet values per metadata key.

brain_recent

brain://{organizationId}/recent

Plain-text digest of the 10 most recent memories (content truncated).

brain_document

brain://{organizationId}/document/{documentId}

Concatenates all chunks for a documentId (metadata chunkIndex / chunkTotal), ordered by index.

Authorization

The organizationId in the URI must match the token’s organization:{uuid} ability (or membership when using a broad token). Mismatches return an error response.