The core idea
Airstore turns your services—GitHub, Gmail, Drive—into files. This lets AI assistants work with emails, issues, and documents just as naturally as they work with code.
Source views
When you create a source view in the dashboard:- You describe what you want — either in natural language (smart mode) or with structured filters (query mode)
- Airstore translates it to the appropriate API query
- Results are fetched and cached
- When you mount, the view appears as a folder with matching files
How reads work
When Claude (or any program) reads a file from~/airstore/:
- The FUSE layer intercepts the read request
- Request goes to the Airstore gateway
- Gateway returns cached data from the source view
- File contents arrive in milliseconds
Tools
In addition to data, Airstore exposes MCP tools as executables:Local vs Remote
Remote mode (default): Connect to the Airstore gateway atgateway.airstore.ai. Your source views and integrations are managed in the dashboard.