Skip to content

uris

everything you make, see, send and keep — one index, one way out

Yours, together. A Rails application that catalogues your storage accounts, mailboxes and calendars, analyzes what it finds, indexes it in OpenSearch, and serves the result over MCP and GraphQL.

An item is a reference

One items row, plus a item_references row per place the bytes live. Originals are never copied into the catalog.

Types are STI subclasses

Resource::S3, Resource::Imap, Resource::OauthGoogle and seven more, each owning its adapter, command schema, locator shape and page enumerator.

The grant builds the tool list

POST /mcp, eleven tools, four scopes. Grant#tools filters Tool.all per request, so a tool outside the token’s scopes is absent from tools/list.

Bulk work resumes

Sync, export, analyze, reindex and dedupe run through job-iteration and checkpoint at a cursor.