This guide covers local mode for self-hosted deployments and development. For the standard cloud experience, see the Quickstart.
Prerequisites
- Airstore CLI installed
- Node.js (for npx-based MCP servers)
- FUSE dependencies (installed by the install script)
Step 1: Configure your tools
Create aconfig.local.yaml file:
Step 2: Mount the filesystem
Step 3: Use the tools
Each tool works like a regular CLI command:Step 4: Run Claude Code
Why local mode?
| Use case | Description |
|---|---|
| Development | Test MCP servers before deploying to cloud |
| Self-hosted | Run everything on your own infrastructure |
| Custom tools | Use internal MCP servers not available publicly |
| Offline | Work without internet connectivity |
Chaining tools
Because tools output JSON, you can chain them with standard bash:Adding more tools
Add tools to your config and remount:Next steps
Tools concept
Learn more about how tools work.
Config reference
Full configuration options.