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?
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.