Skip to main content
This guide covers local mode for self-hosted deployments and development. For the standard cloud experience, see the Quickstart.
This guide shows how to use Airstore locally with your own MCP servers. You’ll configure tools, mount them as a filesystem, and use them with Claude Code.

Prerequisites

  • Airstore CLI installed
  • Node.js (for npx-based MCP servers)
  • FUSE dependencies (installed by the install script)

Step 1: Configure your tools

Create a config.local.yaml file:

Step 2: Mount the filesystem

Your tools are now available:

Step 3: Use the tools

Each tool works like a regular CLI command:

Step 4: Run Claude Code

Claude Code can invoke the tools directly and combine results.

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:
Now you have GitHub access too:

Next steps

Tools concept

Learn more about how tools work.

Config reference

Full configuration options.